Profile

Update user preferences

Partial update of the authenticated user's preferences. Only fields provided in the body are modified.

patch/profile/preferences

Request body

hide_passwordsboolean nullable

Toggle password redaction. Omit to leave unchanged.

Example request

{
  "hide_passwords": true
}

Response

Preferences updated.

hide_passwordsboolean

When true, plaintext passwords are redacted from search results, the unlocked-leaks list, and exports on email/domain/advanced scopes.

Changes

No recorded changes to this endpoint across all 1 revision of this API.