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.
Path parameters
The ID of the user to unset the compromised status for
Response
Success
Example response
{
"last_active_at": 1700690400000,
"legal_accepted_at": 1700690400000
}Changes
Changed in 2 of the 15 revisions of this API.3
- ○
added the optional property
organization_memberships/items/public_user_data/deprovisionedto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
email_addresses/items/verification/oneOf[verification_otp]/channelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
phone_numbers/items/verification/oneOf[verification_otp]/channelto the response with the200statusresponse-optional-property-added
- ○