Set data profile to all devices in the organization

Set data profile to all devices in the organization. For more information, see Data profile options.

Request
Security:
path Parameters
orgId
required
string

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

Example: 62
dataProfileId
required
string (Device data profile ID) ^[1-9]\d*$

The device data profile ID

Example: 25
query Parameters
limit
integer <= 200
Default: 100

Set the maximum number of pagination results to recieve, up to 200. The default is 100.

Example: limit=4
Request Body schema: application/json
object or null
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

put/organizations/{orgId}/devices/data-profile/{dataProfileId}
Request samples
application/json
{ }
Response samples
application/json
{
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}