Users
Unset a user's password as compromised
Sets the given user's password as no longer compromised. The user will no longer be prompted to reset their password on their next sign-in.
If the user is in reserved-email password quarantine, the quarantine is preserved and the returned user will still have requires_password_reset set to true. Reserved-email password quarantine can only be cleared by completing a password reset or changing/removing the password.
post/users/{user_id}/password/unset_compromised
Path parameters
user_idstring required
The ID of the user to unset the compromised status for
Response
Success
Example response
{
"last_active_at": 1700690400000,
"legal_accepted_at": 1700690400000
}