VMware Workspace ONE Community
rwray
Contributor
Contributor
Jump to solution

Airwatch REST API - Pull devices for specific user

Looking for an easy way to pull the devices a user has assigned via the REST API.  The documentation shows that by querying a user you can get the Number of devices registered (EnrolledDevicesCount), but not specific devices IDs.

Is the only way to pull the entire list of devices and see which ones have the user in question on the UserName attribute?

Thanks!

0 Kudos
1 Solution

Accepted Solutions
Noordan
Hot Shot
Hot Shot
Jump to solution

Hi,

Have you tried this one:

/API/mdm/devices/search?user=username

View solution in original post

2 Replies
Noordan
Hot Shot
Hot Shot
Jump to solution

Hi,

Have you tried this one:

/API/mdm/devices/search?user=username
rwray
Contributor
Contributor
Jump to solution

duh, yeah that could work, will test it out - waiting for access 

0 Kudos