GET http://[host-proxy]/api/view/MicrosoftTeamsFilteredSync-VIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"dataUser": {
"default": "True",
"type": "boolean",
"title": "Filter On VOSS Users"
},
"msolUsers": {
"type": "boolean",
"title": "Filter on MS O365 Users"
},
"Hierarchy": {
"default": "default",
"choices": [
{
"value": "up",
"title": "up"
},
{
"value": "down",
"title": "down"
},
{
"value": "local",
"title": "local"
},
{
"value": "default",
"title": "default"
}
],
"type": "string",
"description": "Select the direction to search for users to be synced",
"title": "Hierarchy Filter"
},
"syncType": {
"default": "Teams",
"choices": [
{
"value": "O365",
"title": "O365"
},
{
"value": "Teams",
"title": "Teams"
}
],
"type": "string",
"title": "Sync Model"
},
"csolUsers": {
"type": "boolean",
"title": "Filter on MS Teams Users"
},
"userList": {
"type": "boolean",
"title": "Specify Users"
},
"userProvidedList": {
"items": {
"type": "string"
},
"type": "array",
"title": "User List"
},
"device": {
"type": "string",
"title": "Device to sync"
}
}
}