Actions
Search Organizations
Search organization group by given parameter.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name | The OrganizationGroup name, such as “Global”. |
| Type | The OrganizationGroup type. (eg. “Container”,“Customer”,“Partner”). |
{
"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
}
Was this page helpful?