Set an organization's default data profile

Set the default data profile for all devices in an organization. When the Organization profile is enabled, this data profile is applied to all devices currently in the organization and to any devices added in the future. Only partners can make this call. 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
Request Body schema: application/json
defaultDataProfileId
required
number (Device data profile ID)

The ID of the data profile

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}/data-profile
Request samples
application/json
{
  • "defaultDataProfileId": 123
}
Response samples
application/json
{
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}