CoAP PUT /iam/settings/:setting

DESCRIPTION

This endpoint is used to change IAM settings on the device.

DECLARATION

PUT /iam/settings/:setting

Settings available for configuration and the type of their value:

  • password-open-pairing - boolean: Enable/disable password open pairing
  • local-open-pairing - boolean: Enable/disable local open pairing

REQUEST

Request body should be the value to set for the particular setting encoded as CBOR. For example:

true

RESPONSE

CoAP status codes:

  • 204: If set.
  • 400: If the provided value is invalid.
  • 403: Blocked by IAM configuration.
  • 404: If the :setting does not exist

IAM PARAMETERS

A user must have access to the following IAM Action to use this endpoint:

  • IAM:SetSettings

No special attributes are provided.