Cisco Voice Portal · Example Payload

Cisco Voice Portal Administration User Example

Contact CenterIVRTelephonyVoiceVXML

Cisco Voice Portal Administration User Example is an example object payload from Cisco Voice Portal, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

userIdusernameroleemaillastLoginenabled

Example Payload

Raw ↑
{
  "userId": "500123",
  "username": "example_value",
  "role": "example_value",
  "email": "user@example.com",
  "lastLogin": "example_value",
  "enabled": true
}