Webex · Example Payload

Webex List Roles Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Roles Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "List Roles",
  "method": "GET",
  "path": "/roles",
  "summary": "List Roles",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1JPTEUvOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
            "name": "Full Administrator"
          }
        ]
      }
    }
  ]
}