GET http://[host-proxy]/api/view/ReassignServicesConvertVIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"is_password": false,
"description": "Name of Source LDAP User to be converted.",
"title": "User to Convert",
"minItems": 0,
"required": false,
"displayable": false,
"choices": [
{
"value": " ",
"title": " "
}
],
"readonly": false,
"type": "string"
},
"ldapDirectoryName": {
"is_password": false,
"description": "The name of the LDAP Directory referenced in CUCM User.",
"title": "LDAP Directory Name",
"minItems": 0,
"required": false,
"displayable": false,
"readonly": true,
"type": "string"
},
"userStatus": {
"is_password": false,
"description": "User Status = 1 if local user.",
"title": "User Status",
"minItems": 0,
"required": false,
"displayable": false,
"readonly": true,
"type": "string"
},
"userHierarchy": {
"is_password": false,
"description": "Name of the hierarchy where LDAP User to be converted currently resides.",
"title": "Current User Hierarchy",
"minItems": 0,
"required": false,
"displayable": false,
"readonly": true,
"type": "string"
}
},
"schema_version": "1.2.1"
}