v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
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.

{"stackTrail":"components:schemas:group-update-request:properties:metadata","oasType":"schema","type":"unknown","title":"Metadata","description":"Additional metadata values in a key–value pair format","example":{"colour":"green","flag-enabled":true,"max value":3}}

Example request

{
  "metadata": {
    "colour": "green",
    "flag-enabled": true,
    "max value": 3
  }
}

Response

No Content