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": {
"required": true,
"type": "string",
"description": "CUCM Phone to log the user into",
"title": "Phone Name"
},
"phone_login_status": {
"type": "string",
"description": "Current User logged into the phone",
"title": "Status"
}
}
}