Search Organizations
Search organization group by given parameter.
Parameters
Parameter | Description |
---|---|
Name | The OrganizationGroup name, such as "Global". |
Type | The OrganizationGroup type. (eg. "Container","Customer","Partner"). |
Example Output
{
"LocationGroups": [
{
"AddDefaultLocation": "Gets or sets this tells whether default location to be created while creating Location Group.",
"Admins": "Gets or sets this contains total number of Admin users in this Location Group.",
"Country": "Gets or sets country name like United States, India etc.",
"CreatedOn": "Gets or sets date and time when Location group was created.",
"Devices": "Gets or sets this contains total nummber of devices in this Location group.",
"GroupId": "Gets or sets the location group's tenant code.",
"Id": {
"Value": 0
},
"LgLevel": 0,
"Locale": "Gets or sets locale information for Location Group like.",
"LocationGroupType": "Gets or sets location group type like Business segment, Customer etc...",
"Name": "Gets or sets the location group name.",
"ParentLocationGroup": {
"Id": {
"Value": 1
},
"Name": "string",
"Uuid": "00000000-0000-0000-0000-000000000000"
},
"Users": "Gets or sets this contains total number of Enrollment users in this Location Group.",
"Uuid": "00000000-0000-0000-0000-000000000000"
}
],
"Page": 0,
"PageSize": 0,
"Total": 0
}
Workflow Library Example
Search Organizations with Workspace One Uem and Send Results Via Email
Preview this Workflow on desktop