AI-generated Key Takeaways
-
The
enterprises.enroll
method is used to enroll an enterprise with the calling EMM. -
This method requires authorization with the
https://www.googleapis.com/auth/androidenterprise
scope. -
The request requires a
token
query parameter provided by the enterprise. -
The request body should contain an Enterprises resource.
-
A successful response returns an Enterprises resource in the response body.
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.