Portal - User login
POST/rest/login/user
Authenticate user with username and password.
On successful login, returns JWT token in HTTP-only cookie.
If user belongs to multiple companies/roles, returns list for selection.
Request
Responses
- 200
- 401
Login successful or multi-selection required
Response Headers
Set-Cookie
JWT token cookie (ACCESS_TOKEN)
Invalid credentials