VMware Workspace ONE Community
DaveDaveDaveDav
Contributor
Contributor

Airwatch unable to verify user via REST API

I'm having a backend where I can login as Console Administrator and successfully query User Enrollments using this API:


Search Enrollment Users


Functionality – Searches for the enrollment user details.


HTTP Method – GET


API URI – https://host/api/system/users/search?firstname={firstname}&lastname={lastname}&email= {email}&locationgroupId={locationgroupid}&role={role}&username={username}&page={page}&pagesize= {pagesize}&orderby={orderby}&sortorder={sortorder}


I got a request with Authorization header with base64 encoded login & password for one of these users. However, this query does not return any password or hash to compare with. How can I verify there is a user with login & password I got?

Labels (1)
0 Kudos
0 Replies