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

Endpoint to add users to a group.

Request Information

URI Parameters

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

Response Information

Resource Description

None.