This feature is only available with Identity Threat Protection in Identity Engine.
The User Risk API enables you to manage a user's risk level within Okta.
okta.userRisk.read
Retrieves the user risk object for a user ID
OK
Forbidden
Not Found
Too Many Requests
{- "riskLevel": "HIGH",
- "reason": "Admin override risk",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
},
}
}
okta.userRisk.manage
Upserts (creates or updates) the user risk object for a user ID
Updated the user's risk
Created the user's risk
Bad Request
Forbidden
Not Found
Too Many Requests
{- "riskLevel": "HIGH"
}
{- "riskLevel": "HIGH",
- "reason": "Admin override risk",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
},
}
}