Webex · Schema

IdentityManagedOrg

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string The org ID of the managed org.
role string role ID of the user to this org.
View JSON Schema on GitHub

JSON Schema

webex-identitymanagedorg-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityManagedOrg",
  "title": "IdentityManagedOrg",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "example": "Y2LZY29ZCGFYAZOVL3VZL1BFT1BMRS9MNWIZNJE4NY1JOGRKLTQ3MJCTOGIYZI1MOWM0NDDMMJKWNDY",
      "description": "The org ID of the managed org."
    },
    "role": {
      "type": "string",
      "example": "YXRSYXMTCG9YDGFSLNBHCNRUZXIUC2FSZXNMDWXSYWRTAW4=",
      "description": "role ID of the user to this org."
    }
  }
}