GET http://[host-proxy]/api/view/migrate_cucm_user_to_zoom_view/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"user_mailid": {
"required": true,
"type": "string",
"title": "User to Migrate"
},
"phone_site": {
"required": true,
"type": "string",
"title": "Phone Site (ZOOM Site)"
},
"calling_plan": {
"required": true,
"type": "string",
"title": "Calling Plan"
},
"remove_jabber": {
"default": "false",
"type": "boolean",
"title": "Remove CUCM Jabber Devices (Optional)"
},
"port_did": {
"default": "true",
"type": "boolean",
"title": "Port Users DID"
},
"userid": {
"readonly": false,
"type": "string",
"title": "Username (Informational)"
},
"user_devices": {
"readonly": false,
"type": "string",
"title": "User Devices (Informational)"
},
"user_device": {
"type": "string",
"title": "Single Device (Informational)"
},
"user_dn": {
"readonly": false,
"type": "string",
"title": "User Directory Number (Informational)"
},
"user_dnpt": {
"readonly": false,
"type": "string",
"title": "User DN Partition (Informational)"
},
"user_e164_mask": {
"readonly": false,
"required": false,
"type": "string",
"title": "User's E164 Mask (Informational)"
},
"user_did": {
"readonly": false,
"required": false,
"type": "string",
"title": "User's DID (Informational)"
}
}
}