Group

Update Group

Updates a group. We recommend reading this page too Updating data with PUT.

put/groups/{groupId}

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Request body

namestring

The group name.

descriptionstring

The group description.

rolesstring[]

The identifiers of the roles associated with the group.

usersstring[]

The identifiers of the users who will be part of the group.

metadataMetadata

Additional metadata values in a key - value pair format

Response

No Content

Changes