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

Changes

No recorded changes to this endpoint across all 1 revision of this API.