AI-generated Key Takeaways
-
Enrolls an enterprise with the EMM using a POST request to a specific endpoint.
-
Requires an authorization token with the
https://www.googleapis.com/auth/androidenterprise
scope. -
The request body needs an Enterprises resource, and a successful response returns the same resource type.
Enrolls an enterprise with the calling EMM.
Request
HTTP request
POST https://www.googleapis.com/androidenterprise/v1/enterprises/enroll
Parameters
Parameter name | Value | Description |
---|---|---|
Required query parameters | ||
token |
string |
The token provided by the enterprise to register the EMM. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/androidenterprise |
For more information, see the authentication and authorization page.
Request body
In the request body, supply an Enterprises resource.
Response
If successful, this method returns an Enterprises resource in the response body.