Requires authorization
Move or insert multiple Chrome OS devices to an organizational unit.
You can move up to 50 devices at once.
Try it now.
Request
HTTP request
POST https://www.googleapis.com/admin/directory/v1/customer/customerId/devices/chromeos/moveDevicesToOu
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
customerId |
string |
Immutable ID of the G Suite account |
Required query parameters | ||
orgUnitPath |
string |
Full path of the target organizational unit or its ID |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/admin.directory.device.chromeos |
Request body
In the request body, supply data with the following structure:
{ "deviceIds": [ string ] }
Property name | Value | Description | Notes |
---|---|---|---|
deviceIds[] |
list |
Chrome OS devices to be moved to OU |
Response
If successful, this method returns an empty response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.