Google Enterprise

APIs to enroll the enterprise in Google EMM.

Generate sign-up URL

Request
Request Body schema: application/json
required
callback_url
required
string
Responses
201

Successfully generated sign-up URL

400

Invalid input

401

Unauthorized

409

Conflict: Google Enterprise already exists and is enrolled to Google EMM

500

Internal server error

post/tenant/v2/emm/enrollment/begin
Request samples
application/json
{
  • "callback_url": "string"
}
Response samples
application/json
{
  • "signup_url": "string",
  • "completion_token": "string"
}

Return the enrollment status of the Enterprise

Request
header Parameters
X-Tenant-Id
required
string

ID of the tenant

Authorization
required
string

Bearer token for authorization

X-Caller-Id
required
string

ID of the caller

Content-Type
required
string

Content type

Value: "application/json"
X-SCAPI-Private-URL
required
string

Private URL for SCAPI

Responses
200

Successfully retrieved enrollment status

400

Invalid input

401

Unauthorized

500

Internal server error

get/tenant/v2/emm/details
Request samples
Response samples
application/json
{
  • "content": {
    }
}