Search organization group by given parameter.

Parameters

ParameterDescription
NameThe OrganizationGroup name, such as “Global”.
TypeThe OrganizationGroup type. (eg. “Container”,“Customer”,“Partner”).

Example Output

{
	"LocationGroups": [
		{
			"Name": "<string>",
			"GroupId": "<string>",
			"LocationGroupType": "<string>",
			"Country": "<string>",
			"Locale": "<string>",
			"CreatedOn": "<string>",
			"Users": "<string>",
			"Admins": "<string>",
			"Devices": "<string>",
			"IsCustomerTypeExistInParentHierarchy": false,
			"Id": {
				"Value": 5526
			}
		}
	],
	"Page": 2,
	"PageSize": 886,
	"Total": 1
}

Workflow Library Example

Search Organizations with Workspace One Uem and Send Results Via Email

Preview this Workflow on desktop

Search organization group by given parameter.

Parameters

ParameterDescription
NameThe OrganizationGroup name, such as “Global”.
TypeThe OrganizationGroup type. (eg. “Container”,“Customer”,“Partner”).

Example Output

{
	"LocationGroups": [
		{
			"Name": "<string>",
			"GroupId": "<string>",
			"LocationGroupType": "<string>",
			"Country": "<string>",
			"Locale": "<string>",
			"CreatedOn": "<string>",
			"Users": "<string>",
			"Admins": "<string>",
			"Devices": "<string>",
			"IsCustomerTypeExistInParentHierarchy": false,
			"Id": {
				"Value": 5526
			}
		}
	],
	"Page": 2,
	"PageSize": 886,
	"Total": 1
}

Workflow Library Example

Search Organizations with Workspace One Uem and Send Results Via Email

Preview this Workflow on desktop