Creates an enterprise signup URL.
HTTP request
POST https://androidmanagement.googleapis.com/v1/signupUrls
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
project |
The ID of the Google Cloud Platform project which will own the enterprise. |
callback |
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 |
admin |
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. |
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.