v1

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

Create a Google user and, if request body is not provided, generate a Google auth token for a specific device on the Google EMM side.

post/v2/devices/{deviceId}/google-accounts/

Path parameters

deviceIdstring uuid required

The unique identifier of the device for which Google account details need to be updated.

Request body

tenant_idstring uuid required

The ID of the tenant associated with the Google account.

google_user_idstring required

The unique identifier for the Google user.

device_idstring uuid required

The ID of the device associated with the Google account.

google_device_idstring

The unique identifier for the Google device.

account_identifierstring

An identifier for the account.

account_typeinteger required

The type of the Google account.

google_authentication_tokenstring

The authentication token for the Google account.

created_atstring date-time

The timestamp when the Google account was created.

updated_atstring date-time

The timestamp when the Google account was last updated.

Response

Successfully updated the Google account details.