/
/Hanko Admin API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
.well-known2
Audit Logs1
audit_logs1
credentials9
Device Management2
Email Management4
flow4
Hanko Authenticator5
Metrics1
Passcode2
Password2
SAML3
Session Management2
Status1
Third Party2
Token1
User Management9
User Metadata Management2
WebAuthn7
  • getGet a list of emails for a user
  • postCreate an email for a user
  • getGet an email of a user
  • deleteRemove an email from a user
  • postSet email as primary
  • getGet the OTP secret metadata of a user
  • deleteDelete the OTP secret from a user
  • getGet password metadata of a user
  • putUpdate the password for a user
  • postCreate a password for a user
  • deleteDelete the password of a user
  • postCreate a new session token for a user
  • deleteDelete a session from a user
  • getGet users active sessions
  • getGet a WebAuthn credential of a user
  • deleteDelete a WebAuthn credential from a user
  • getGet a list of all WebAuthn credentials for a user
  • getGet a list of webhooks
  • postCreate a new database webhook
  • getGet a webhook by ID
  • putUpdate a webhook by ID
  • deleteDelete a webhook by ID
  • deleteRemove Credential
  • postFinalize transaction
  • postFinish Login
  • postInitialize a transaction
  • postStart Login

Get password metadata of a user

get/users/{id}/password

Path parameters

idstring uuid required

UUID of the requested object

Response

OK

string required

The actual password, its minLength defaults to 8 but can be configured through the password.min_password_length option.

Example response

"9UnCBEx924a45P7p"

Changes