Password
Create/Set a password
Create a or update an existing password
for the user identified by user_id
.
This endpoint is only available if passwords have been enabled via configuration option passwords.enabled
.
PUT
https://{tenant_id}.hanko.io
/
password
Authorizations
Body
application/json
The ID of the user to create/set a password for
The actual password, its minLength
defaults to 8 but
can be configured
through the password.min_password_length
option.
Required string length:
8 - 72
Was this page helpful?