Webex · Schema

PersonId

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
personId string Person ID.
featureId string Location feature ID.
type string Types of users supported in receptionist contacts are People, Auto Attendant, Call Queue, Hunt Group, Single Number Reach, and Paging Group.
View JSON Schema on GitHub

JSON Schema

webex-personid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PersonId",
  "title": "PersonId",
  "type": "object",
  "properties": {
    "personId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8wNTUyZjY3Yi01OWE5LTQxYmItODczNi0xYjA0MWQxZGRkNWU",
      "description": "Person ID."
    },
    "featureId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5ULzA1NTJmNjdiLTU5YTktNDFiYi04NzM2LTFiMDQxZDFkZGQ1ZQ",
      "description": "Location feature ID."
    },
    "type": {
      "type": "string",
      "example": "PEOPLE",
      "description": "Types of users supported in receptionist contacts are People, Auto Attendant, Call Queue, Hunt Group, Single Number Reach, and Paging Group."
    }
  }
}