Get roles (to fetch a role id)
GET {{WEBEXAPI}}/roles
List all roles.
https://developer.webex.com/endpoint-roles-get.html
Example Response:
json
{
'items' : [ {
'id' : 'OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh',
'displayName' : 'Full Administrator'
} ]
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |