Actions
Get Assignment Groups
Get list of assignment groups based on the organization group.

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 |
|---|---|
| Assignment Type | Type of assignment group to search for. |
| Group ID | Unique identifier for the organization group. |
| Name | Name of the assignment group by which the result will be filtered. |
[
[
{
"assignmentGroupId": 1,
"assignmentGroupType": "UserGroup",
"id": 1234,
"name": "AllDevices",
"organizationGroupUuid": "Text value",
"smartGroupUuid": "Text value",
"userGroupUuid": "Text value",
"uuid": "ab09d461-ceab-4bfc-a631-ebd1214556a9"
}
]
]
Was this page helpful?