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.

Parameters

ParameterDescription
EmailThe enrollment user email address to search for.
FirstnameThe enrollment user first name to search for.
LastnameThe enrollment user last name to search for.
Location Group IDThe enrollment user location group id to search for.
Order ByThe attribute sort based on.
Page SizeMaximum records per page. Default 500.
RoleThe enrollment user role to search for.
Sort OrderThe sort order, ASC for ascending and DESC for descending.
StatusThe admin status. Allowed values are Active or Inactive. Defaults to all, if this attribute is not specified.
UsernameThe enrollment user username to search for.

Example Output

{
	"Users": [
		{
			"UserName": "<string>",
			"FirstName": "<string>",
			"LastName": "<string>",
			"Status": true,
			"Email": "<string>",
			"SecurityType": 1,
			"ContactNumber": "<string>",
			"DisplayName": "<string>",
			"MobileNumber": "<string>",
			"MessageType": 2,
			"EmailUserName": "<string>",
			"Group": "<string>",
			"LocationGroupId": "<string>",
			"OrganizationGroupUuid": "<string>",
			"Role": "<string>",
			"EnrolledDevicesCount": "<string>",
			"CustomAttribute1": "<string>",
			"CustomAttribute2": "<string>",
			"CustomAttribute3": "<string>",
			"CustomAttribute4": "<string>",
			"CustomAttribute5": "<string>",
			"ExternalId": "<string>",
			"StagingMode": 2,
			"DeviceStagingEnabled": false,
			"Id": {
				"Value": 405883
			},
			"Uuid": "<string>"
		},
		{
			"UserName": "<string>",
			"FirstName": "<string>",
			"LastName": "<string>",
			"Status": true,
			"Email": "<string>",
			"SecurityType": 2,
			"ContactNumber": "<string>",
			"DisplayName": "<string>",
			"MobileNumber": "<string>",
			"MessageType": 1,
			"EmailUserName": "<string>",
			"Group": "<string>",
			"LocationGroupId": "<string>",
			"OrganizationGroupUuid": "<string>",
			"Role": "<string>",
			"EnrolledDevicesCount": "<string>",
			"CustomAttribute1": "<string>",
			"CustomAttribute2": "<string>",
			"CustomAttribute3": "<string>",
			"CustomAttribute4": "<string>",
			"CustomAttribute5": "<string>",
			"ExternalId": "<string>",
			"StagingMode": 1,
			"DeviceStagingEnabled": false,
			"Id": {
				"Value": 5308
			},
			"Uuid": "<string>"
		}
	],
	"Page": 2,
	"PageSize": 753,
	"Total": 6
}

Workflow Library Example

Email Mdm Gaps Report of Active Directory vs Workspace One Uem

Preview this Workflow on desktop