Creates a customer for zero-touch enrollment. After the method returns successfully, admin and owner roles can manage devices and EMM configs by calling API methods or using their zero-touch enrollment portal. The API doesn't notify the customer that they have access.
HTTP request
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=partners/*}/customers
The URL uses Google API HTTP annotation syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource ID in the format |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"customer": {
object( |
Fields | |
---|---|
customer |
Required. The company data to populate the new customer. Must contain a value for |
Response body
If successful, the response body contains a newly created instance of Company
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidworkprovisioning
For more information, see the OAuth 2.0 Overview.