> ## 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.

# 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

<div className="integrations-table">
  | Parameter | Description                                |
  | --------- | ------------------------------------------ |
  | Name      | The name of the smart group to search for. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/search-smart-groups-with-workspace-one-uem-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-smart-groups-with-workspace-one-uem-and-send-results-via-email/canvas" />
</div>
