Webex · Schema

ManagedOrgsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string Webex Identity assigned organization identifier.
role string Role in the target organization for the user.
View JSON Schema on GitHub

JSON Schema

webex-managedorgsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedOrgsObject",
  "title": "ManagedOrgsObject",
  "type": "object",
  "required": [
    "orgId",
    "role"
  ],
  "properties": {
    "orgId": {
      "type": "string",
      "example": "75fe2995-24f5-4831-8d2c-1c2f8255912e",
      "description": "Webex Identity assigned organization identifier."
    },
    "role": {
      "type": "string",
      "example": "id_full_admin",
      "description": "Role in the target organization for the user."
    }
  }
}