Create a new control setting for an identity.
The access token received from the authorization server in the OAuth 2.0 flow.
The Identity ID
Control types that can be set by clients.
CLOSED, DORMANT Reason code for why a control was applied.
OTHER: Miscellaneous reasonEND_USER_REQUEST: Control applied at the end user's requestCOMPLIANCE: Control applied for compliance or regulatory reasonsINACTIVITY: Identity is has been inactive for an extended period of timeOTHER, END_USER_REQUEST, COMPLIANCE, INACTIVITY Freetext reason for setting the control
A successful response.
Unique identifier for this control
The type of control applied to an identity.
CLOSED: Identity is closed and cannot perform any actionsFROZEN: Identity is frozen due to compliance reasonsDORMANT: Identity is dormant due to inactivityCLOSED, FROZEN, DORMANT Indicates who set the control.
PAXOS: Control was set by Paxos (e.g., for compliance or risk reasons)CLIENT: Control was set by the client applicationPAXOS, CLIENT Whether this control can be deleted by the client application
Reason code for why a control was applied.
OTHER: Miscellaneous reasonEND_USER_REQUEST: Control applied at the end user's requestCOMPLIANCE: Control applied for compliance or regulatory reasonsINACTIVITY: Identity is has been inactive for an extended period of timeOTHER, END_USER_REQUEST, COMPLIANCE, INACTIVITY Freetext reason why this identity control was set
Time this identity control was created
Time this identity control was deleted
[
{
"id": "59b8e3c5-2b6e-4fa6-afcf-8c685598241d",
"type": "CLOSED",
"set_by": "CLIENT",
"is_overridable": true,
"reason_code": "END_USER_REQUESTED",
"reason": "User requested account closure",
"created_at": "2006-01-02T15:04:05Z"
},
{
"id": "5f1eb60c-b292-482c-96fe-9e3e265abcd4",
"type": "CLOSED",
"set_by": "PAXOS",
"is_overridable": false,
"reason_code": "COMPLIANCE",
"reason": "Account flagged for compliance review",
"created_at": "2006-01-02T15:04:05Z"
},
{
"id": "ae54b3b4-cce6-4707-b34b-c9c4f0537798",
"type": "DORMANT",
"set_by": "CLIENT",
"is_overridable": true,
"reason_code": "INACTIVITY",
"reason": "No activity for 180 days",
"created_at": "2006-01-02T15:04:05Z",
"deleted_at": "2006-01-02T15:04:05Z"
}
]