Role Management
Get User Role
Returns a user role assigned to the current account.
get/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)
Query parameters
advancedPermissionsboolean
Specifies whether to return advanced permissions capabilities within permissionsCapabilities resource. The default value is false.
Response
User role information
Example response
{
"displayName": "Super Admin",
"description": "Primary company administrator role"
}