POST api/v1/groups/{groupKey}/users/{userKey}?setUserGroupLock={setUserGroupLock}

Endpoint to add a user to a group.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.