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
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"
]
}
'Documentation Index
Fetch the complete documentation index at: https://auth0-feat-testing-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the user to clear assessors for.
1024The 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.
1Assessors to clear.
new-device Risk assessment assessors cleared.
Cette page vous a-t-elle été utile ?