Role Management
List Company Assigned Roles
Returns a list of roles assigned to the current account.
get/restapi/v1.0/account/{accountId}/assigned-role
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)
Query parameters
showHiddenboolean
Specifies if hidden roles are shown or not
Response
List of roles assigned to an account
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}