Webex · Example Payload

Webex Login To A Redsky Admin Account Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Login To A Redsky Admin Account 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": "Login to a RedSky Admin Account",
  "method": "POST",
  "path": "/telephony/config/redSky/actions/login/invoke",
  "summary": "Login to a RedSky Admin Account",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "email": "test@cisco.com",
        "password": "Test@123",
        "redSkyOrgId": "610af8f4-a4ed-4be3-ae6f-efcdcd4895a8"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "accountMatch": true,
        "externalTenantEnabled": true,
        "companyId": "ddd1424c-5b48-433d-9bab-061cdfb84c90"
      }
    }
  ]
}