Update enterprise configuration
Required Permission: mdm.android.enterprise.update
Updates the EMM enterprise branding, contact information, and policy settings.
Request
authorization
Authorization: Bearer <token>
application/json
{
"emailText": "string",
"config": {
"primaryColor": 0,
"logo": {
"url": "string",
"sha256Hash": "string"
},
"enterpriseDisplayName": "string",
"termsAndConditions": [
{
"header": {
"localizedMessages": {},
"defaultMessage": "string"
},
"content": {
"localizedMessages": {},
"defaultMessage": "string"
}
}
],
"appAutoApprovalEnabled": true,
"contactInfo": {
"contactEmail": "string",
"dataProtectionOfficerName": "string",
"dataProtectionOfficerEmail": "string",
"dataProtectionOfficerPhone": "string",
"euRepresentativeName": "string",
"euRepresentativeEmail": "string",
"euRepresentativePhone": "string"
}
},
"configuration": {
"primaryColor": "string",
"logo": "string",
"contactEmail": "[email protected]",
"contactPhone": "string"
}
}
Responses
application/json
{
"status": true,
"data": {
"id": "string",
"config": {
"name": "string",
"enterpriseDisplayName": "string",
"logo": "string",
"primaryColor": 0,
"termsAndConditions": [
"string"
],
"enterpriseType": "string",
"managedGooglePlayAccountsEnterpriseType": "string",
"managedGoogleDomainType": "string",
"googleAuthenticationSettings": "string"
},
"error": "unauthorized",
"_config": "string",
"adminEmail": "[email protected]",
"updatedAt": "string",
"createdAt": "string"
}
}
application/json
{
"status": false,
"error": {
"code": 5050,
"message": "Feature not allowed for you billing plan"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}