{ "opencollection": "1.0.0", "info": { "name": "Hanko Admin Audit Logs Password API", "version": "1.2.0" }, "items": [ { "info": { "name": "Password", "type": "folder" }, "items": [ { "info": { "name": "Do password login", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant_id}.hanko.io/admin/password/login", "body": { "type": "json", "data": "{}" } }, "docs": "Perform a password login for the user identified by `user_id` and a given `password`.\n\nThis endpoint is only available if passwords have been enabled via [configuration](https://github.com/teamhanko/hanko/blob/main/backend/docs/Config.md#hanko-backend-config) option `passwords.enabled`.\n" }, { "info": { "name": "Create/Set a password", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant_id}.hanko.io/admin/password", "body": { "type": "json", "data": "{}" } }, "docs": "Create a or update an existing `password` for the user identified by `user_id`.\n\nThis endpoint is only available if passwords have been enabled via [configuration](https://github.com/teamhanko/hanko/blob/main/backend/docs/Config.md#hanko-backend-config) option `passwords.enabled`.\n" } ] } ], "bundled": true }