> ## 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 Enrolled Devices

Retrieves enrolled device details for the query information provided in the request                        *seensince, seentill, enrolledsince and enrolledtill* 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                                                                                             |
  | --------------------- | ------------------------------------------------------------------------------------------------------- |
  | Custom Attributes     | List of custom attribute names \[separated by comma (,)] for which values should be returned.           |
  | Enrolled Since        | EnrolledSince DateTime, devices enrolled after the enrolled since datetime will be returned if present. |
  | Enrolled Till         | EnrolledTill DateTime, devices enrolled till the enrolled till datetime will be returned if present.    |
  | Organization Group ID | Organization Group Identifier in which device details will be retrieved.                                |
  | Platform              | Platform filter for the device details to be retrieved.                                                 |
  | Seen Since            | SeenSince DateTime, devices registered after the seen since datetime will be returned if present.       |
  | Seen Till             | SeenTill DateTime, devices registered till the seen till datetime will be returned if present.          |
  | Serial Number         | Device serial number for which values should be returned.                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"EnrolledDeviceInfoList": [
		{
			"DeviceID": 108726,
			"SerialNumber": "<string>",
			"AssetNumber": "<string>",
			"FriendlyName": "<string>",
			"UserName": "<string>",
			"EnrolledDate": "<string>",
			"RegistrationDate": "<string>",
			"LastSeen": "<string>",
			"Platform": "<string>",
			"OrganizationGroup": "<string>",
			"CustomAttributes": []
		}
	]
}
```

## Workflow Library Example

[Search Enrolled Devices with Workspace One Uem and Send Results Via Email](https://library.blinkops.com/workflows/search-enrolled-devices-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-enrolled-devices-with-workspace-one-uem-and-send-results-via-email/canvas" />
</div>
