GET http://[host-proxy]/api/view/MicrosoftSubscriber/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"name": {
"title": "Name",
"description": "Name",
"type": "string"
},
"user_status": {
"title": "User status",
"description": "User status",
"type": "string"
},
"user_hybrid_service": {
"title": "User Hybrid service",
"description": "Hybrid Service Name",
"type": "string"
},
"is_phone_system": {
"title": "Phone System flag",
"description": "Phone System flag",
"type": "string"
},
"license_type": {
"title": "License type",
"description": "User License type (Group or Direct)",
"type": "string"
},
"groups": {
"title": "Groups",
"description": "List of groups a user belongs to in Microsoft",
"type": "string"
},
"mvs_hybrid_status_message": {
"title": "Hybrid Status Message",
"type": "string"
},
"mvs_hybrid_status": {
"title": "Hybrid Status",
"type": "boolean"
},
"has_voicemail": {
"title": "Has Voicemail",
"type": "boolean"
}
},
"schema_version": "1.4"
}