Role Management
Get Default User Role
Returns the default user role of the current account.
get/restapi/v1.0/account/{accountId}/user-role/default
Path parameters
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)
Response
Default user role
Example response
{
"displayName": "My Custom User Role"
}