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": {
"title": "User to Migrate",
"type": "string",
"required": true
},
"phone_site": {
"title": "Phone Site (ZOOM Site)",
"type": "string",
"required": true
},
"calling_plan": {
"title": "Calling Plan",
"type": "string",
"required": true
},
"remove_jabber": {
"title": "Remove CUCM Jabber Devices (Optional)",
"type": "boolean",
"default": "false"
},
"port_did": {
"title": "Port Users DID",
"type": "boolean",
"default": "true"
},
"userid": {
"title": "Username (Informational)",
"type": "string",
"readonly": false
},
"user_devices": {
"title": "User Devices (Informational)",
"type": "string",
"readonly": false
},
"user_device": {
"title": "Single Device (Informational)",
"type": "string"
},
"user_dn": {
"title": "User Directory Number (Informational)",
"type": "string",
"readonly": false
},
"user_dnpt": {
"title": "User DN Partition (Informational)",
"type": "string",
"readonly": false
},
"user_e164_mask": {
"title": "User's E164 Mask (Informational)",
"type": "string",
"required": false,
"readonly": false
},
"user_did": {
"title": "User's DID (Informational)",
"type": "string",
"required": false,
"readonly": false
}
}
}