v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
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

uristring uri

Link to a default role resource

idstring

Internal identifier of a default role

displayNamestring

Custom name of a default role

Example response

{
  "displayName": "My Custom User Role"
}