Cisco Voice Portal · Schema

User

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
userId string
username string
role string
email string
lastLogin string
enabled boolean
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "User",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "lastLogin": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    }
  }
}