BAP-only View to update user details for an existing Subscriber.
GET http://[host-proxy]/api/view/UpdateUserDetailsSubscriber/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"cucm_bkey": {
"title": "CUCM bkey",
"description": "Business Key of the CUCM.",
"type": "string",
"required": false
},
"previous_username": {
"title": "Previous Username",
"description": "Previous username of the subscriber.",
"type": "string",
"required": true
},
"username": {
"title": "Username",
"description": "Username of the subscriber.",
"type": "string",
"required": true
},
"firstName": {
"title": "First Name",
"description": "First name of the subscriber.",
"type": "string",
"required": false
},
"lastName": {
"title": "Last Name",
"description": "Last name of the subscriber.",
"type": "string",
"required": true
},
"email": {
"title": "Email Address",
"description": "Email address of the subscriber.",
"type": "string",
"required": false,
"pattern": "^([^.@]+)(\\.[^.@]+)*@([^.@]+\\.)+([^.@]+)$"
},
"manager": {
"title": "Manager",
"type": "string",
"required": false
},
"department": {
"title": "Department",
"type": "string",
"required": false
},
"telephoneNumber": {
"title": "Telephone Number",
"type": "string",
"required": false
},
"title": {
"title": "Title",
"type": "string",
"required": false
},
"homeNumber": {
"title": "Home Number",
"type": "string",
"required": false
},
"mobileNumber": {
"title": "Mobile Number",
"type": "string",
"required": false
},
"directoryUri": {
"title": "Directory URI",
"type": "string",
"required": false
},
"entitlementProfile": {
"title": "Entitlement Profile",
"type": "string",
"required": false
},
"imAndPresenceEnable": {
"title": "Enable IM & Presence",
"type": "boolean",
"required": false
},
"ipccExtension": {
"title": "IPCC Extension",
"type": "string",
"required": false
},
"ipccRoutePartition": {
"title": "IPCC Route Partition",
"type": "string",
"required": false
}
},
"schema_version": "1.1"
}