Skip to content

Commit 3ba767b

Browse files
committed
add ungroup section to Group spec
1 parent 322acb2 commit 3ba767b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/connections/spec/group.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ In addition to the `groupId`, which is how you'd identify the specific group or
1212

1313
When using the Group call, it's helpful if you have accounts with multiple users.
1414

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+
1522
Here's the payload of a typical Group call, with most [common fields](/docs/connections/spec/common/) removed:
1623

1724
```json

0 commit comments

Comments
 (0)