Skip to main content

Get Organization Group Scripts

Returns a list of script(s) with scripts details for the organization group.

Parameters

ParameterDescription
NameFilter records based on the script name. Partial names are accepted.
Organization Group UUIDUnique identifier for the organization group. Can be obtained via the Search Users action.

Example Output

{
"RecordCount": 1,
"SearchResults": [
{
"assignment_count": 7,
"created_or_modified_by": "Text value",
"created_or_modified_on": "2022-06-03T03:01:40.9627035+01:00",
"description": "Text value",
"name": "Text value",
"organization_group_name": "Text value",
"organization_group_uuid": "bcc121e5-e897-4aea-baa6-c7d6c1c3a730",
"platform": "UNKNOWN",
"script_type": "UNKNOWN",
"script_uuid": "62943bea-ba86-427c-a250-dc8bb2f60d0a",
"version": "45612284-b30c-4a05-97ba-2e8591986c7d"
}
]
}

Workflow Library Example

Get Organization Group Scripts with Workspace One Uem and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop