GET http://[host-proxy]/api/view/EmLogoutUserFromPhones/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"phone_name": {
"items": {
"type": "string"
},
"required": false,
"type": "array",
"description": "CUCM Phone to log the user into",
"title": "Phone Name"
},
"userid": {
"required": true,
"type": "string",
"description": "User Name",
"title": "User Name"
}
}
}