Skip to main content
PUT
/
v2
/
identity
/
identities
/
{identity_id}
/
controls
[
  {
    "control": "CLIENT_DISABLED",
    "reason": "some client-set reason"
  },
  {
    "control": "ADMIN_DISABLED",
    "reason": "some admin-set reason"
  },
  {
    "control": "ADMIN_FROZEN",
    "reason": "some admin-set reason"
  },
  {
    "control": "DORMANT",
    "reason": "some reason"
  }
]

Path Parameters

identity_id
string
required

The Identity ID

Body

application/json
control
enum<string>
required
Available options:
CLIENT_DISABLED,
DORMANT
action
enum<string>
required
Available options:
SET,
CLEAR
reason
string

Freetext reason for setting or clearing the control

Response

A successful response.

control
enum<string>
Available options:
CLIENT_DISABLED,
ADMIN_DISABLED,
ADMIN_FROZEN,
DORMANT
reason
string

Reason why this identity control was set