Webex · Example Payload

Webex Get Role Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Role Details 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": "Get Role Details",
  "method": "GET",
  "path": "/roles/{roleId}",
  "summary": "Get Role Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1JPTEUvOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
        "name": "Full Administrator"
      }
    }
  ]
}