Cisco Voice Portal · Schema

UserCreate

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
username string
password string
role string
email string
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-user-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserCreate",
  "type": "object",
  "properties": {
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  }
}