Skip to content

Commit 4df591e

Browse files
authored
Update src/connections/spec/group.md
1 parent b9c10e8 commit 4df591e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Spec: Group'
44

55
The `group` API call is how you associate an individual user with a group, such as a company, organization, account, project, or team.
66

7-
The `group` call enables you to identify what account or organization your users are part of. There are two IDs that are relevant in a `group` call: the `userId`, which belongs and refers to the user, and the `groupId`, which belongs and refers to the specific group. A user can be in more than one group which would mean different `groupId`s, but the user will only have one `userId` that is associated to each of the different groups. Kkeep in mind that not all platforms support multiple groups for a single user.
7+
The `group` call enables you to identify what account or organization your users are part of. There are two IDs that are relevant in a `group` call: the `userId`, which belongs and refers to the user, and the `groupId`, which belongs and refers to the specific group. A user can be in more than one group which would mean different `groupId`s, but the user will only have one `userId` that is associated to each of the different groups. Keep in mind that not all platforms support multiple groups for a single user.
88

99
{% include components/reference-button.html href="https://university.segment.com/introduction-to-segment/324252?reg=1&referrer=docs" icon="media/academy.svg" title="Segment University: The Segment Methods" description="Check out our high-level overview of these APIs in Segment University. (Must be logged in to access.)" %}
1010

0 commit comments

Comments
 (0)