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 | |
---|---|
project |
The ID of the Google Cloud Platform project which will own the enterprise. |
signup |
The name of the |
enterprise |
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.