Method: signupUrls.create

Creates an enterprise signup URL.

HTTP request

POST https://androidmanagement.googleapis.com/v1/signupUrls

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
projectId

string

The ID of the Google Cloud Platform project which will own the enterprise.

callbackUrl

string

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 enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.

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.