v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Role Management

Set Default User Role

Updates the account default user role.

put/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)

Request body

idstring

Internal identifier of a user role to be set as default

Response

Updated 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"
}