Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get list of assignment groups based on the organization group.

Parameters

ParameterDescription
Assignment TypeType of assignment group to search for.
Group IDUnique identifier for the organization group.
NameName of the assignment group by which the result will be filtered.

Example Output

[
	[
		{
			"assignmentGroupId": 1,
			"assignmentGroupType": "UserGroup",
			"id": 1234,
			"name": "AllDevices",
			"organizationGroupUuid": "Text value",
			"smartGroupUuid": "Text value",
			"userGroupUuid": "Text value",
			"uuid": "ab09d461-ceab-4bfc-a631-ebd1214556a9"
		}
	]
]

Workflow Library Example

Get Assignment Groups with Workspace One Uem and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop