Identity Service API
The Identity Service manages authentication, user accounts, roles, and permissions.
Base URL (local): http://localhost:3001
Swagger UI: http://localhost:3001/api/docs
Endpoints
| Tag | Description |
|---|---|
auth | Login, logout, token refresh, OAuth callbacks |
users | User CRUD, profile management, preferences |
roles | Role management and assignment |
permissions | Permission definitions and checks |
user-preferences | Timezone, theme, notification settings |
OpenAPI Spec
When the platform is running locally, access the interactive Swagger UI at localhost:3001/api/docs.
Auto-generated API docs from the OpenAPI spec will appear in this section once exported.