Generate customer-managed enterprise signup URL
Required Permission: mdm.android.enterprise.signupUrlsCreate
Creates a signup URL to initiate customer-managed EMM enterprise registration with Google.
Request
authorization
Authorization: Bearer <token>
application/json
{
"adminEmail": "[email protected]",
"allowedDomains": [
"string"
]
}
Responses
application/json
{
"status": true,
"data": {
"redirectUrl": "string"
}
}
application/json
{
"status": false,
"error": {
"code": 5046,
"message": "Android Emm Enterprise already exists for this organization"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}