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
Example response
{
"policy": {
"product_policy": [
{
"managed_configuration": {
"configuration_variables": {
"mcm_id": "00982462290877382272",
"variable_set": [
{
"placeholder": "$emailaddress$",
"user_value": "user@example.com"
}
]
},
"kind": "androidenterprise#managedConfiguration"
}
}
]
}
}