You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/spec/group.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ In addition to the `groupId`, which is how you'd identify the specific group or
12
12
13
13
When using the Group call, it's helpful if you have accounts with multiple users.
14
14
15
+
16
+
> info "Segment doesn't have an ungroup call"
17
+
> If you're using a device-mode destination that has a method for ungrouping users, you can invoke it directly on the client side [using Segment's ready() method](/docs/connections/sources/catalog/libraries/website/javascript/#ready).
18
+
>
19
+
> For cloud-mode destinations, you can [create a Destination Function](/docs/connections/functions/destination-functions/) to ungroup users.
20
+
21
+
15
22
Here's the payload of a typical Group call, with most [common fields](/docs/connections/spec/common/) removed:
0 commit comments