v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
device_Device Enrollment in EMM

Get the Google EMM Policy details for a specific device.

get/v2/devices/{deviceId}/google-accounts/policy/

Path parameters

deviceIdstring uuid required

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

Response

Success

android_idstring

Unique identifier for the Android device.

management_typestring

The management type of the device (e.g., managedDevice).

Example response

{
  "policy": {
    "product_policy": [
      {
        "managed_configuration": {
          "configuration_variables": {
            "mcm_id": "00982462290877382272",
            "variable_set": [
              {
                "placeholder": "$emailaddress$",
                "user_value": "user@example.com"
              }
            ]
          },
          "kind": "androidenterprise#managedConfiguration"
        }
      }
    ]
  }
}