Management API
cURL
curl --request POST \ --url https://{tenantDomain}/api/v2/users/{id}/risk-assessments/clear \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "connection": "<string>", "assessors": [ "new-device" ] } '
Clear risk assessment assessors for a specific user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the user to clear assessors for.
1024
The name of the connection containing the user whose assessors should be cleared.
1 - 128
^[a-zA-Z0-9](-[a-zA-Z0-9]|[a-zA-Z0-9])*$
List of assessors to clear.
1
Assessors to clear.
new-device
Risk assessment assessors cleared.