POST api/v1/groups/{groupKey}/users?setUserGroupLock={setUserGroupLock}
Endpoint to add users to a group.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupKey |
The unique key of the group. |
globally unique identifier |
Required |
| setUserGroupLock |
To set a lock on the user group. |
boolean |
Default value is False |
Body Parameters
The unique keys of the users.
Collection of globally unique identifierResponse Information
Resource Description
None.