Vue / Browser — Group
Associate the current user with a group (e.g. company, organization) and optionally set group properties. Usesignal.group() to associate a user with a group and signal.getGroups() to get all groups the user belongs to.
group(groupType, groupKey, properties?)
Associate the current user with a group. Optionally set group properties.
When to use: When a user joins or is associated with a group (e.g. company, team, organization).
