Moves or inserts multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.
HTTP request
POST https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos/moveDevicesToOu
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customerId |
Immutable. ID of the Google Workspace account |
Query parameters
Parameters | |
---|---|
orgUnitPath |
Full path of the target organizational unit or its ID |
Request body
The request body contains an instance of ChromeOsMoveDevicesToOu
.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admin.directory.device.chromeos
For more information, see the Authorization guide.
ChromeOsMoveDevicesToOu
JSON representation |
---|
{ "deviceIds": [ string ] } |
Fields | |
---|---|
deviceIds[] |
Chrome OS devices to be moved to OU |