Search for the enrollment users based on search criteria. FirstName, LastName, Email, LocationGroupID, Role, UserName can be used to search the enrollment users. Paging is supported together with page number and page size. Sorting is supported together with order by and sort order. Supported keywords for sorting are UserName, EmailAddress, FirstName, LastName, Name - Sorts by Organization Group Name, Active, EnrollmentUserID. A list of enrollment users will be present once the call is complete.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.
Parameters
| Parameter | Description |
|---|---|
| The enrollment user email address to search for. | |
| Firstname | The enrollment user first name to search for. |
| Lastname | The enrollment user last name to search for. |
| Location Group ID | The enrollment user location group id to search for. |
| Order By | The attribute sort based on. |
| Page Size | Maximum records per page. Default 500. |
| Role | The enrollment user role to search for. |
| Sort Order | The sort order, ASC for ascending and DESC for descending. |
| Status | The admin status. Allowed values are Active or Inactive. Defaults to all, if this attribute is not specified. |
| Username | The enrollment user username to search for. |