Page Summary
-
The enterprises.insert method establishes the binding between the EMM and an enterprise but is now deprecated; use enroll instead.
-
This method requires authorization and a token provided by the enterprise to register the EMM as a required query parameter.
-
The request body must include an Enterprises resource with the required primaryDomain property.
Requires authorization
Establishes the binding between the EMM and an enterprise. This is now deprecated; use enroll instead.
Request
HTTP request
POST https://www.googleapis.com/androidenterprise/v1/enterprises
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 (read more about authentication and authorization).
| Scope |
|---|
https://www.googleapis.com/auth/androidenterprise |
Request body
In the request body, supply an Enterprises resource with the following properties:
| Property name | Value | Description | Notes |
|---|---|---|---|
| Required Properties | |||
primaryDomain |
string |
The enterprise's primary domain, such as "example.com". | |
Response
If successful, this method returns an Enterprises resource in the response body.