AI-generated Key Takeaways
-
This document describes how to create an enterprise signup URL using an HTTP POST request to
https://androidmanagement.googleapis.com/v1/signupUrls
. -
The request requires specifying the Google Cloud project ID, a callback URL for redirection after signup, and optionally, an email address to prefill the admin field.
-
The response provides a
SignupUrl
object containing the generated signup URL. -
To use this functionality, you'll need authorization with the
https://www.googleapis.com/auth/androidmanagement
OAuth scope.
Creates an enterprise signup URL.
HTTP request
POST https://androidmanagement.googleapis.com/v1/signupUrls
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
projectId |
The ID of the Google Cloud Platform project which will own the enterprise. |
callbackUrl |
The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named |
adminEmail |
Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user. If |
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 |
Request body
The request body must be empty.
Response body
If successful, the response body contains a newly created instance of SignupUrl
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidmanagement
For more information, see the OAuth 2.0 Overview.