Set bulk devices privacy mode (BETA)

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

Set bulk devices privacy mode.

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.

privacyMode
required
string

The device's privacy mode determines its activation.
general- Enables the privacy mode.
disabled - Disables the privacy mode.

Note: The first time this API endpoint is called, the device privacy mode configurations will apply and the device settings privacy object will no longer be in use.

Enum: "general" "disabled"
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/devices/privacy-control
Request samples
application/json
{
  • "imeis": [
    ],
  • "privacyMode": "string"
}
Response samples
application/json
{
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37",
  • "data": {
    }
}