Webex · Schema

OrgStatusEnum

* `INITIALISE` - RedSky account configuration process is in progress. * `ENABLED` - RedSky account configuration process is complete. * `OPTED_OUT` - Customer has opted out of the E911 service.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-orgstatusenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrgStatusEnum",
  "title": "OrgStatusEnum",
  "type": "string",
  "enum": [
    "INITIALISE",
    "ENABLED",
    "OPTED_OUT"
  ],
  "description": " * `INITIALISE` - RedSky account configuration process is in progress.\n * `ENABLED` - RedSky account configuration process is complete.\n * `OPTED_OUT` - Customer has opted out of the E911 service.\n"
}