AI-generated Key Takeaways
-
This document outlines the final step in the enterprise signup flow, which is creating an enterprise using a POST request to the specified URL.
-
Creating an enterprise involves specifying query parameters such as
projectId
,signupUrlName
, andenterpriseToken
. -
The request and response bodies contain instances of the Enterprise resource.
-
Creating an enterprise requires authorization with the
https://www.googleapis.com/auth/androidmanagement
OAuth scope.
Creates an enterprise. This is the last step in the enterprise signup flow. See also: SigninDetail
HTTP request
POST https://androidmanagement.googleapis.com/v1/enterprises
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
projectId |
The ID of the Google Cloud Platform project which will own the enterprise. |
signupUrlName |
The name of the |
enterpriseToken |
The enterprise token appended to the callback URL. Set this when creating a customer-managed enterprise and not when creating a deprecated EMM-managed enterprise. |
agreementAccepted |
Whether the enterprise admin has seen and agreed to the managed Google Play Agreement. Do not set this field for any customer-managed enterprise. Set this to field to true for all EMM-managed enterprises. |
Request body
The request body contains an instance of Enterprise
.
Response body
If successful, the response body contains a newly created instance of Enterprise
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidmanagement
For more information, see the OAuth 2.0 Overview.