Skip to content

Commit 9da24f2

Browse files
Merge pull request #6375 from segmentio/5933-can-we-mention-that-users-do-not-have-the-ability-to-ungroup-users-once-theyve-been-assigned
Add a note with info on how to ungroup users to Group spec
2 parents 84ad3dc + 3ba767b commit 9da24f2

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)