PUT

https://{tenant_id}.hanko.io

/
password
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 has no body data.

Authorizations

hanko
string
cookierequired

Body

application/json
user_id
string
required

The ID of the user to create/set a password for

password
string
required

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