Enable Clients to Request Mitigation of User's Risk Score

post

/admin/v1/sdk/adaptive/MitigateRisks

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : MitigateRisks
Type: object
Use this schema for providing values to request mitigation of user's risk score.
Show Source
  • data
    This attribute is a key-value pair. For now the adaptive security expects device-fingerprint and client-ip in the request.
  • This is a multivalued attribute with the name of event that will contribute to risk score decay. Supported values for this attribute are:
    • SSO_THREAT_MITIGATION_SUCCESS
    • ADMIN_ME_PASSWORD_CHANGE_SUCCESS

  • This attribute helps to uniquely identify a user in IDCS.
Nested Schema : data
Type: array
This attribute is a key-value pair. For now the adaptive security expects device-fingerprint and client-ip in the request.
Show Source
Nested Schema : Data
Type: object
Use this schema to provide values for the object named data.
Show Source
  • This attribute denotes the key of the key-value pair. Supported values for this attribute are:
    • device
    • client-ip

    .
  • This attribute denotes the value of the key-value pair. Supported values for this attribute are:
    • device's fingerprint
    • client's IP address

    .
Back to Top

Response

Supported Media Types

200 Response

Valid POST response

400 Response

Bad request

401 Response

Unauthorized

422 Response

Unprocessable Entity

500 Response

Internal Server error
Back to Top