v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Role and Permission

Update Role

Updates a role by identifier. Pay special attention to how updating works.

See List Permissions for available permission names.

Note: Only custom roles can be updated. Provisioned roles cannot be modified.

put/roles/{roleId}

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

Name of the role.

descriptionstring

Description of the role.

permissionsstring[]

List of permission names associated with role.

Example request

{
  "permissions": [
    "projectCreate"
  ]
}

Response

No Content