AI-generated Key Takeaways
- 
          The Android Management API enables remote enterprise management of Android devices and apps. 
- 
          The API provides REST resources for managing enterprises, applications, devices, operations, enrollment tokens, migration tokens, policies, web apps, web tokens, provisioning info, and signup URLs. 
- 
          The recommended way to call this service is by using Google-provided client libraries, but you can also use your own libraries following the provided API information. 
- 
          The service endpoint for the API is https://androidmanagement.googleapis.com.
The Android Management API provides remote enterprise management of Android devices and apps.
- REST Resource: v1.enterprises
- REST Resource: v1.enterprises.applications
- REST Resource: v1.enterprises.devices
- REST Resource: v1.enterprises.devices.operations
- REST Resource: v1.enterprises.enrollmentTokens
- REST Resource: v1.enterprises.migrationTokens
- REST Resource: v1.enterprises.policies
- REST Resource: v1.enterprises.webApps
- REST Resource: v1.enterprises.webTokens
- REST Resource: v1.provisioningInfo
- REST Resource: v1.signupUrls
Service: androidmanagement.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://androidmanagement.googleapis.com
REST Resource: v1.enterprises
| Methods | |
|---|---|
| create | POST /v1/enterprisesCreates an enterprise. | 
| delete | DELETE /v1/{name=enterprises/*}Permanently deletes an enterprise and all accounts and data associated with it. | 
| generateEnterpriseUpgradeUrl | POST /v1/{name=enterprises/*}:generateEnterpriseUpgradeUrlGenerates an enterprise upgrade URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain. | 
| get | GET /v1/{name=enterprises/*}Gets an enterprise. | 
| list | GET /v1/enterprisesLists EMM-managed enterprises. | 
| patch | PATCH /v1/{name=enterprises/*}Updates an enterprise. | 
REST Resource: v1.enterprises.applications
| Methods | |
|---|---|
| get | GET /v1/{name=enterprises/*/applications/*}Gets info about an application. | 
REST Resource: v1.enterprises.devices
| Methods | |
|---|---|
| delete | DELETE /v1/{name=enterprises/*/devices/*}Deletes a device. | 
| get | GET /v1/{name=enterprises/*/devices/*}Gets a device. | 
| issueCommand | POST /v1/{name=enterprises/*/devices/*}:issueCommandIssues a command to a device. | 
| list | GET /v1/{parent=enterprises/*}/devicesLists devices for a given enterprise. | 
| patch | PATCH /v1/{name=enterprises/*/devices/*}Updates a device. | 
REST Resource: v1.enterprises.devices.operations
| Methods | |
|---|---|
| cancel | POST /v1/{name=enterprises/*/devices/*/operations/*}:cancelStarts asynchronous cancellation on a long-running operation. | 
| get | GET /v1/{name=enterprises/*/devices/*/operations/*}Gets the latest state of a long-running operation. | 
| list | GET /v1/{name=enterprises/*/devices/*/operations}Lists operations that match the specified filter in the request. | 
REST Resource: v1.enterprises.enrollmentTokens
| Methods | |
|---|---|
| create | POST /v1/{parent=enterprises/*}/enrollmentTokensCreates an enrollment token for a given enterprise. | 
| delete | DELETE /v1/{name=enterprises/*/enrollmentTokens/*}Deletes an enrollment token. | 
| get | GET /v1/{name=enterprises/*/enrollmentTokens/*}Gets an active, unexpired enrollment token. | 
| list | GET /v1/{parent=enterprises/*}/enrollmentTokensLists active, unexpired enrollment tokens for a given enterprise. | 
REST Resource: v1.enterprises.migrationTokens
| Methods | |
|---|---|
| create | POST /v1/{parent=enterprises/*}/migrationTokensCreates a migration token, to migrate an existing device from being managed by the EMM's Device Policy Controller (DPC) to being managed by the Android Management API. | 
| get | GET /v1/{name=enterprises/*/migrationTokens/*}Gets a migration token. | 
| list | GET /v1/{parent=enterprises/*}/migrationTokensLists migration tokens. | 
REST Resource: v1.enterprises.policies
| Methods | |
|---|---|
| delete | DELETE /v1/{name=enterprises/*/policies/*}Deletes a policy. | 
| get | GET /v1/{name=enterprises/*/policies/*}Gets a policy. | 
| list | GET /v1/{parent=enterprises/*}/policiesLists policies for a given enterprise. | 
| modifyPolicyApplications | POST /v1/{name=enterprises/*/policies/*}:modifyPolicyApplicationsUpdates or creates applications in a policy. | 
| patch | PATCH /v1/{name=enterprises/*/policies/*}Updates or creates a policy. | 
| removePolicyApplications | POST /v1/{name=enterprises/*/policies/*}:removePolicyApplicationsRemoves applications in a policy. | 
REST Resource: v1.enterprises.webApps
| Methods | |
|---|---|
| create | POST /v1/{parent=enterprises/*}/webAppsCreates a web app. | 
| delete | DELETE /v1/{name=enterprises/*/webApps/*}Deletes a web app. | 
| get | GET /v1/{name=enterprises/*/webApps/*}Gets a web app. | 
| list | GET /v1/{parent=enterprises/*}/webAppsLists web apps for a given enterprise. | 
| patch | PATCH /v1/{name=enterprises/*/webApps/*}Updates a web app. | 
REST Resource: v1.enterprises.webTokens
| Methods | |
|---|---|
| create | POST /v1/{parent=enterprises/*}/webTokensCreates a web token to access an embeddable managed Google Play web UI for a given enterprise. | 
REST Resource: v1.provisioningInfo
| Methods | |
|---|---|
| get | GET /v1/{name=provisioningInfo/*}Get the device provisioning information by the identifier provided in the sign-in url. | 
REST Resource: v1.signupUrls
| Methods | |
|---|---|
| create | POST /v1/signupUrlsCreates an enterprise signup URL. | 
