Authentifizierung
Anmeldeverfahren abrufen
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Response-Body
application/json
curl -X GET "https://example.com/auth/methods"{ "password": { "enabled": true, "admin_only": true }, "sso": { "providers": [ "string" ] }}Passwörter zurücksetzen PUT
Sets a new password for employees and creates a reset_passwords entry so users see a "change password" dialog on next login. Body: { password: string, all: bool } all=true → reset all employees except the requesting user all=false → reset only employees without a password (hash IS NULL)
SSO-Anmeldung starten GET
Answers with the authorize URL as JSON instead of a 302: the desktop and mobile clients have to hand the URL to a system browser, and the web client needs a full-page navigation it controls itself.