🤖 For AI agents: The complete documentation index is available at /docs/llms.txt. A markdown version of this page is available at /docs/apis/login/index.md.
This page contains all of the APIs for managing user login and login records.
Use the following APIs to manage Login:
| Operation | Method | Endpoint |
|---|---|---|
| Authenticate a User | POST | /api/login |
| Authenticate a User with a One Time Password | POST | /api/login |
| Complete Multi-Factor Authentication | POST | /api/two-factor/login |
| Update Login Instant | PUT | /api/login/{userId}/{applicationId} |
| Logout a User | POST | /api/logout |
| Search Login Records | GET / POST | /api/system/login-record/search |
| Export Login Records | GET / POST | /api/system/login-record/export |