mixpanel / mixpanel-node

A node.js API for mixpanel
http://www.mixpanel.com
MIT License
477 stars 159 forks source link

Adding users to a group https://developer.mixpanel.com/docs/javascript#adding-users-to-a-group #197

Closed ekeren closed 2 years ago

ekeren commented 2 years ago

As documented in the https://developer.mixpanel.com/docs/javascript#adding-users-to-a-group

//Assign Company A and Company B to a user
mixpanel.set_group(“company”, [“Company A”, “Company B”])

How can this be done in nodejs?

ipetrovic11 commented 2 years ago

+1