Skip to main content

Search Smart Groups

Searches for smart groups using the query information (smartgroup name, organizationgroup Id, mdodifedfrom/modifiedtill date, page , pagesize) provided in the request query. modifiedfrom and modifiedtill fields accept the following Valid DateTime formats : yyyy/MM/dd, yyyy-MM-dd, MM/dd/yyyy, MM-dd-yyyy, yyyy/MM/dd HH:mm:ss.fff, yyyy-MM-dd HH:mm:ss.fff, MM/dd/yyyy HH:mm:ss.fff, MM-dd-yyyy HH:mm:ss.fff, yyyy/MM/ddTHH:mm:ss.fff, yyyy-MM-ddTHH:mm:ss.fff, MM/dd/yyyyTHH:mm:ss.fff, MM-dd-yyyyTHH:mm:ss.fff, yyyy-MM-dd HH-mm-ss-tt, yyyy-MM-ddTHH-mm-ss-tt.

Parameters

ParameterDescription
NameThe name of the smart group to search for.

Example Output

{
"Page": 1,
"PageSize": 2,
"SmartGroups": [
{
"Assignments": 5,
"Devices": 4,
"Exclusions": 6,
"ManagedByOrganizationGroupId": "1",
"ManagedByOrganizationGroupName": "Organization Group Name",
"ManagedByOrganizationGroupUuid": "dbbe5779-068e-45d8-bceb-e4080e4a5484",
"Name": "All Devices",
"SmartGroupID": 1,
"SmartGroupUuid": "c7bcaa65-28d2-442d-9832-fee027fd8bc4"
}
],
"Total": 3
}

Workflow Library Example

Search Smart Groups with Workspace One Uem and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop