Webex · Schema

GetManagerProfileObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the calling UC Manager Profile.
name string Unique name for the calling UC Manager Profile.
View JSON Schema on GitHub

JSON Schema

webex-getmanagerprofileobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetManagerProfileObject",
  "title": "GetManagerProfileObject",
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0NBTExJTkdfUFJPRklMRS9iMzdmMmZiYS0yZTdjLTExZWItYTM2OC1kYmU0Yjc2NzFmZTk",
      "description": "A unique identifier for the calling UC Manager Profile."
    },
    "name": {
      "type": "string",
      "example": "UC Profile2",
      "description": "Unique name for the calling UC Manager Profile."
    }
  }
}