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.
adminEmail
string
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-10 UTC."],[[["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."]]],[]]