Skip to content Skip to sidebar Skip to footer

Android Management Api: List Of Enterprises/policies?

This is driving me nuts. I've successfully followed the Android Management API Quickstart to create a project/enterprise/policy and install it on a device. I stupidly didn't write

Solution 1:

You can find the enterprise you created 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

Admin Settings

And to find the policies of all the devices you have enrolled to this enterprise, you can simply call the API - enterprises.devices.list entering the parent in the form enterprises/{enterpriseId} [ enterpriseId here is the OrganizationID that you get from the above steps ]

This would list all the devices attached to the enterprise and in the response you can find policyName of each device.

Post a Comment for "Android Management Api: List Of Enterprises/policies?"