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