POST api/v1/users/{userKey}/groups/{groupKey}?setUserGroupLock={setUserGroupLock}
Endpoint to add a user to a group.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userKey |
The unique key of the user. |
globally unique identifier |
Required |
| 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
None.
Response Information
Resource Description
None.