v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB
Password

Do password login

Perform a password login for the user identified by user_id and a given password.

This endpoint is only available if passwords have been enabled via configuration option passwords.enabled.

post/password/login

Request body

user_idstring uuid4 required
passwordstring required

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

Example request

{
  "user_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c",
  "password": "9UnCBEx924a45P7p"
}

Response

Successful password login