Stay organized with collections
Save and categorize content based on your preferences.
To get started with the Android Management API, we've created a Colab
notebook that you can follow to enroll an enterprise, create a policy, and
provision a device.
To use the quickstart guide, you need:
An Android 6.0+ device.
A Gmail account. This account cannot be associated with an existing
enterprise.
To reset your device and unbind your Gmail account from the enterprise you
created, follow the steps below.
1. Deprovision a device
Before you can deprovision a device, you need the device's deviceId. To get a
list of all your provisioned devices, call enterprises.devices.list and
specify:
parent: The enterprise name in the form of enterprises/{enterprise-id}.
A successful response contains an array of devices
resources. Because you only need the name field to deprovision a device, the
example response below is shortened.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["Follow the provided Colab notebook for a guided experience in enrolling an enterprise, creating a policy, and provisioning a device using the Android Management API."],["To utilize the quickstart guide, ensure you have an Android 6.0+ device, a Gmail account not linked to an existing enterprise, and a Cloud Platform project you can access or create."],["Optionally, you can reset your device and remove your Gmail account's association with the created enterprise by deprovisioning the device and deleting the enterprise."],["For advanced development, refer to the detailed documentation covering introduction, developer guide, API reference, permissible usage guidelines, and available client libraries."]]],["This guide uses a Colab notebook to manage Android devices. Requirements include an Android 6.0+ device, a Gmail account not tied to any existing enterprise, and a Cloud Platform project. To reset, first list provisioned devices via `enterprises.devices.list` to get the `deviceId`. Then, deprovision a device with `enterprises.devices.delete`. Finally, to delete an enterprise, access the Admin Settings on `play.google.com/work` and choose to delete the organization.\n"]]