Role Management
Update User Role
Updates a user role assigned to the current account by ID.
put/restapi/v1.0/account/{accountId}/user-role/{roleId}
Path parameters
roleIdstring required
Internal identifier of a role
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Request body
Example request
{
"displayName": "Super Admin",
"description": "Primary company administrator role"
}Response
Updated user role information
Example response
{
"displayName": "Super Admin",
"description": "Primary company administrator role"
}