Webex · Schema

ManagedGroupsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-managedgroupsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedGroupsObject",
  "title": "ManagedGroupsObject",
  "type": "object",
  "required": [
    "orgId",
    "groupId",
    "role"
  ],
  "properties": {
    "orgId": {
      "type": "string",
      "example": "0ae87ade-8c8a-4952-af08-318798958d0c",
      "description": "Webex Identity assigned organization identifier."
    },
    "groupId": {
      "type": "string",
      "example": "3936af3e-15ff-43d1-9ef5-66c569ef34f5",
      "description": "Webex Identity assigned group identifier."
    },
    "role": {
      "type": "string",
      "example": "location_admin",
      "description": "Role in the target group for the user."
    }
  }
}