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
Example request
{
"permissions": [
"projectCreate"
]
}Response
No Content