curl --request PATCH \
--url https://{tenantDomain}/api/v2/risk-assessments/settings/new-device \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"remember_for": 183
}
'{
"remember_for": 183
}Updates the risk assessment settings for the new device assessor
curl --request PATCH \
--url https://{tenantDomain}/api/v2/risk-assessments/settings/new-device \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"remember_for": 183
}
'{
"remember_for": 183
}Documentation Index
Fetch the complete documentation index at: https://auth0-chore-sdk-version-update-20260521.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.
Length of time to remember devices for, in days.
1 <= x <= 365Returning risk assessment settings for new devices
Length of time to remember devices for, in days.
1 <= x <= 365Cette page vous a-t-elle été utile ?