This view facilitates the data lookup of related microsoft user elements.
GET http://[host-proxy]/api/view/MVS_MSTeam/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"ms_user": {
"title": "Microsoft User",
"type": "string"
},
"ms_user_link": {
"title": "Microsoft User",
"type": "string",
"format": "link"
},
"ms_user_data": {
"title": "Microsoft User Data",
"type": "string"
},
"ms_user_pkid": {
"title": "Microsoft User PKID",
"type": "string"
},
"azure_user_data": {
"title": "Microsoft Azure Data",
"type": "string"
},
"ms365": {
"title": "365",
"type": "object",
"properties": {
"PhoneNumber": {
"title": "Phone Number",
"type": "string"
},
"MobileNumber": {
"title": "Mobile Number",
"type": "string"
},
"LocationUsage": {
"title": "Location Usage",
"type": "string"
}
}
},
"mslicenses": {
"title": "Licenses",
"type": "object",
"properties": {
"IsLicensed": {
"title": "Is Licensed",
"type": "string"
},
"SkuFriendlyName": {
"title": "License Summary",
"type": "string"
}
}
},
"msteams": {
"title": "Teams",
"type": "object",
"properties": {
"UserPrincipalName": {
"title": "User Principal Name",
"type": "string"
},
"AccountEnabled": {
"title": "Account Enabled",
"type": "boolean"
},
"FeatureTypes": {
"title": "Feature Types",
"type": "array",
"items": {
"type": "string"
}
},
"LineURItel": {
"title": "Line URI Tel",
"type": "string"
},
"LineURIext": {
"title": "Line URI Ext",
"type": "string"
},
"LineURIType": {
"title": "Line URI Type",
"type": "string"
},
"OnlineVoiceRoutingPolicy": {
"title": "Online Voice Routing Policy",
"type": "string"
},
"TenantDialPlan": {
"title": "Tenant Dial Plan",
"type": "string"
},
"TeamsCallingPolicy": {
"title": "Teams Calling Policy",
"type": "string"
},
"TeamsCallParkPolicy": {
"title": "Teams Call Park Policy",
"type": "string"
},
"TeamsEmergencyCallRoutingPolicy": {
"title": "Teams Emergency Call Routing Policy",
"type": "string"
}
}
},
"qa_msteam_add": {
"title": "Add",
"type": "string"
},
"qa_msteam_edit": {
"title": "Edit",
"type": "string"
},
"qa_msteam_delete": {
"title": "Delete",
"type": "string"
}
},
"schema_version": "1.2"
}