Device Enrollment in EMM

APIs to enroll device with Google EMM

Get the Google EMM Policy details for a specific device.

Request
path Parameters
deviceId
required
string <uuid>

ID of the device for which to retrieve the Google EMM policy

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not found

500

Internal Server Error

get/api/v2/device/{deviceId}/google-account/policy/
Request samples
Response samples
application/json
{
  • "android_id": "string",
  • "management_type": "string",
  • "policy": {
    }
}

Return the Google account details of the EMM enrollment stored in the database for the specified device.

Request
path Parameters
deviceId
required
string <uuid>

ID of the device for which to retrieve the EMM enrollment status

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/api/v2/device/{deviceId}/google-accounts/
Request samples
Response samples
application/json
{
  • "content": {
    }
}