Bulk configure devices

Set device settings in bulk, such as turning the in-cabin facing camera or distracted driver functionality on/off. Provide a list of IMEIs or group IDs.

Note: PUT calls update data entirely. Any data not mentioned in the call, will be deleted.

Request
Security:
Request Body schema: application/json
One of:
organizationId
required
number (Organization ID)

The ID of the organization. Obtain this from GET /organizations.

groupIds
Array of integers (Group ID)

The IDs of the requested groups. Obtain group IDs from GET /organizations/{orgId}/devices.

required
object (Device configuration)

The device configuration object for request.

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

put/devices/device-config
Request samples
application/json
{
  • "organizationId": 17,
  • "groupIds": [
    ],
  • "config": {
    }
}
Response samples
application/json
{
  • "requestId": "df5fg-45fgfdsg-45fg-45454"
}