Enterprises: generateEnterpriseUpgradeUrlStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
This method generates a URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain.
The request requires authorization and uses a POST HTTP request with the enterprise ID as a path parameter.
Optional query parameters includeadminEmailandallowedDomainsto prefill and restrict the admin email used in the upgrade process.
The response, if successful, returns a JSON object containing the upgradeurl.
Generates an enterprise upgrade URL to upgrade an existing managed Google
Play Accounts enterprise to a managed Google domain.
Seethe guide to upgrading an enterprisefor more details.
Request
HTTP request
POST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/generateEnterpriseUpgradeUrl
Parameters
Parameter name
Value
Description
Path parameters
enterpriseId
string
The ID of the enterprise.
Optional query parameters
adminEmail
string
Optional. Email address used to prefill the admin field of the enterprise
signup form as part of the upgrade process. This value is a hint only and
can be altered by the user. Personal email addresses are not allowed.
If `allowedDomains` is non-empty then this must belong to one of the
`allowedDomains`.
allowedDomains
string
Optional. A list of domains that are permitted for the admin email. The IT
admin cannot enter an email address with a domain name that is not in
this list.
Subdomains of domains in this list are not allowed but can be
allowed by adding a second entry which has `*.` prefixed to the domain
name (e.g. *.example.com). If the field is not present or is an empty
list then the IT admin is free to use any valid domain name. Personal
email domains are not allowed.
Authorization
This request requires authorization with the following scope:
[[["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 2025-06-09 UTC."],[],[]]