How to get Android Enterprise details related to Gmail account

322 Views Asked by At

I'm trying to fetch the details of Enterprise related to an Gmail account, is there any default API to fetch the Enterprise details related to Gmail account ?

1

There are 1 best solutions below

2
On

You can find the enterprise details by logging into play.google.com/work with the account that was used to create it.

Click on Admin Settings to see the Organization name and Organization ID

enter image description here

There's no API which will give you the details of the Enterprise because all the API requests in Android Management API have the enterpriseId as the parent key.