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-sdk8048.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.
1024Risk assessment assessors cleared.
このページは役に立ちましたか?