Password Management
Update the password for a user
PUT
https://{tenant_id}.hanko.io/admin
/
users
/
{id}
/
password
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Path Parameters
UUID of the requested object
Body
application/json
Was this page helpful?