Reputation: 950
I can use the Google admin api to get a list of all devices giving to users. Is there any way to get the location information from the api ?
Upvotes: 0
Views: 222
Reputation: 8082
Google Apps Admin SDK - Directory API only lets you perform administrative operations on users, groups, organization units, and devices in your account. This doesn't have the feature to give device locations.
You may opt to use Geolocation API to obtain the user's current location information. However, as mentioned in the documentation, location information that you can get depends on the location device your browser is using.
For more information, please also try going through these additional documentations:
Upvotes: 1