Generates an enterprise upgrade URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain.
Note: This feature is not generally available.
HTTP request
POST https://androidmanagement.googleapis.com/v1/{name=enterprises/*}:generateEnterpriseUpgradeUrl
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the enterprise to be upgraded in the form |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "allowedDomains": [ string ], "adminEmail": string } |
Fields | |
---|---|
allowedDomains[] |
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 |
adminEmail |
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 |
Response body
Response message for generating a URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain.
Note: This feature is not generally available.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "url": string } |
Fields | |
---|---|
url |
A URL for an enterprise admin to upgrade their enterprise. The page can't be rendered in an iframe. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidmanagement
For more information, see the OAuth 2.0 Overview.