Get Role Details
GET {{WEBEXAPI}}/roles/{{_role}}
Shows details for a role, by ID.
Specify the role ID in the roleId parameter in the URI.
https://developer.webex.com/endpoint-roles-roleId-get.html
Example Response:
json
{
'id' : 'OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh',
'displayName' : 'Full Administrator'
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |