Webex · Schema

PutPersonDetailsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
announcementLanguage string Person's phone announcement language.
timeZone string Timezone associated with the person for calling configuration. Refer to the Get Country Configuration API to retrieve the list of available timezones for a specific country.
View JSON Schema on GitHub

JSON Schema

webex-putpersondetailsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutPersonDetailsObject",
  "title": "PutPersonDetailsObject",
  "type": "object",
  "properties": {
    "announcementLanguage": {
      "type": "string",
      "example": "English",
      "description": "Person's phone announcement language."
    },
    "timeZone": {
      "type": "string",
      "example": "America/Los_Angeles",
      "description": "Timezone associated with the person for calling configuration. Refer to the Get Country Configuration API to retrieve the list of available timezones for a specific country."
    }
  }
}