Set bulk devices privacy mode configuration (BETA)

This call is currently in BETA. Contact your Technical Account Manager for more information.

Privacy mode configuration API.

Request
Security:
Request Body schema: application/json
imeis
required
Array of strings (IMEI) [ 1 .. 200 ] items unique

The IMEI numbers. The IMEI number can be found on a sticker on the device itself or on the back of the device box.

required
object (Privacy configuration parameters)
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

patch/devices/bulk/privacy-config
Request samples
application/json
{
  • "imeis": [
    ],
  • "privacyConfig": {
    }
}
Response samples
application/json
{
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37",
  • "data": {
    }
}