Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration User Structure

Type: object Properties: 6
Contact CenterIVRTelephonyVoiceVXML

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

Properties

userId username role email lastLogin enabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "User",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "lastLogin": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    }
  }
}