AI-generated Key Takeaways
-
Creates an enterprise as the final step in the enterprise signup flow.
-
Sends a POST request to
https://androidmanagement.googleapis.com/v1/enterprises
to initiate enterprise creation. -
Requires providing details like project ID, signup URL name (for customer-managed enterprises), and enterprise token.
-
The request body should contain an instance of
Enterprise
, and a successful response returns a newly createdEnterprise
instance. -
Needs authorization with the
https://www.googleapis.com/auth/androidmanagement
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.