AI-generated Key Takeaways
- 
          The document outlines how to create an enterprise signup URL using a POST request to https://androidmanagement.googleapis.com/v1/signupUrls.
- 
          Query parameters like projectId,callbackUrl,adminEmail, andallowedDomainsare used to configure the signup URL.
- 
          The request body for creating a signup URL must be empty. 
- 
          A successful response contains a new SignupUrlinstance.
- 
          The creation of enterprise signup URLs requires the https://www.googleapis.com/auth/androidmanagementOAuth 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.
