Creates an enterprise. This is the last step in the enterprise signup flow.
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. |
agreementAccepted |
This feature is not generally available yet. Whether the managed Google Play Agreement is presented and agreed. |
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.