Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration User Create Structure

Type: object Properties: 4
Contact CenterIVRTelephonyVoiceVXML

UserCreate is a JSON Structure definition published by Cisco Voice Portal, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

username password role email

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserCreate",
  "type": "object",
  "properties": {
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  }
}