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": {
"user_status": {
"type": "string",
"description": "User status",
"title": "User status"
},
"name": {
"type": "string",
"description": "Name",
"title": "Name"
},
"mvs_hybrid_status_message": {
"type": "string",
"title": "Hybrid Status Message"
},
"mvs_hybrid_status": {
"type": "boolean",
"title": "Hybrid Status"
},
"is_phone_system": {
"type": "string",
"description": "Phone System flag",
"title": "Phone System flag"
},
"groups": {
"type": "string",
"description": "List of groups a user belongs to in Microsoft",
"title": "Groups"
},
"license_type": {
"type": "string",
"description": "User License type (Group or Direct)",
"title": "License type"
},
"user_hybrid_service": {
"type": "string",
"description": "Hybrid Service Name",
"title": "User Hybrid service"
}
},
"schema_version": "1.3"
}