Webex · Schema

ManagerResponseObject

The user's manager.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
value string Webex Identity assigned user identifier of the user's manager. The manager must belong to the same org as the user.
displayName string The name displayed for the manager in Webex.
$ref string The URI corresponding to a SCIM user that is the manager.
View JSON Schema on GitHub

JSON Schema

webex-managerresponseobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagerResponseObject",
  "title": "ManagerResponseObject",
  "type": "object",
  "description": "The user's manager.",
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "example": "b5717a4a-0169-43b2-ac3c-db20ba4e72cd",
      "description": "Webex Identity assigned user identifier of the user's manager. The manager must belong to the same org as the user."
    },
    "displayName": {
      "type": "string",
      "example": "Identity Administrator",
      "description": "The name displayed for the manager in Webex."
    },
    "$ref": {
      "type": "string",
      "example": "https://integration.webexapis.com/identity/scim/0ae87ade-8c8a-4952-af08-318798958d0c/v2/Users/b5717a4a-0169-43b2-ac3c-db20ba4e72cd",
      "description": "The URI corresponding to a SCIM user that is the manager."
    }
  }
}