cURL
curl --request PUT \ --url https://{tenant_id}.hanko.io/password \ --header 'Content-Type: application/json' \ --data '{ "user_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c", "password": "9UnCBEx924a45P7p" }'
This response does not have an example.
Create a or update an existing password for the user identified by user_id.
password
user_id
This endpoint is only available if passwords have been enabled via configuration option passwords.enabled.
passwords.enabled
Successful password update
Was this page helpful?