Webex · Example Payload

Webex Update The Organization Redsky Accounts Compliance Status Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update The Organization Redsky Accounts Compliance Status 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": "Update the Organization RedSky Account's Compliance Status",
  "method": "PUT",
  "path": "/telephony/config/redSky/status",
  "summary": "Update the Organization RedSky Account's Compliance Status",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "complianceStatus": "LOCATION_SETUP"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "orgStatus": "INITIALISE",
        "complianceStatus": "NON_COMPLIANT",
        "companyId": "ddd1424c-5b48-433d-9bab-061cdfb84c90",
        "redSkyOrgId": "2ff43e05-af11-41ff-91b6-87a3b509f4z4",
        "adminExists": true,
        "locationsStatus": {
          "state": "LOCATION_SETUP",
          "count": 2,
          "locations": [
            {
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
              "name": "MainOffice"
            }
          ]
        }
      }
    }
  ]
}