Webex · Schema

UpdateContactListStatusRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
contactListStatus string Contact List Status (e.g., EXPIRED). Note: This value is not case-sensitive.
View JSON Schema on GitHub

JSON Schema

webex-updatecontactliststatusrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateContactListStatusRequest",
  "title": "UpdateContactListStatusRequest",
  "type": "object",
  "properties": {
    "contactListStatus": {
      "type": "string",
      "description": "Contact List Status (e.g., EXPIRED). Note: This value is not case-sensitive.",
      "example": "EXPIRED"
    }
  }
}