| #66 |
API: Manage IP Whitelist
Implement endpoints to manage IP whitelist for tenant.
Endpoints:
- GET /api/v1/security/ip-whiteli...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #65 |
API: Delete Tenant
Implement endpoint to delete a tenant (soft delete).
Endpoint: DELETE /api/v1/tenants/{tenant_id}
...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #64 |
API: Update Tenant
Implement endpoint to update tenant settings.
Endpoint: PATCH /api/v1/tenants/{tenant_id}
Request ...
|
open |
medium |
2025-11-27 07:16 |
- |
|
| #63 |
API: List Tenants
Implement endpoint to list all tenants (system_admin only).
Endpoint: GET /api/v1/tenants
Query Pa...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #62 |
API: Create Tenant
Implement endpoint to create a new tenant (system_admin only).
Endpoint: POST /api/v1/tenants
Requ...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #61 |
API: Terminate All User Sessions
Implement endpoint to terminate all sessions for a user.
Endpoint: DELETE /api/v1/users/{user_id}/s...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #60 |
API: Terminate Session
Implement endpoint to terminate a specific session.
Endpoint: DELETE /api/v1/sessions/{session_id}
...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #59 |
API: List Active Sessions
Implement endpoint to list all active sessions for a user or tenant.
Endpoint: GET /api/v1/sessions...
|
open |
high |
2025-11-27 07:15 |
- |
|
| #58 |
API: Get User Audit Trail
Implement endpoint to get complete audit trail for a specific user.
Endpoint: GET /api/v1/users/{us...
|
open |
medium |
2025-11-27 07:15 |
- |
|
| #57 |
API: Export Audit Logs
Implement endpoint to export audit logs as CSV/JSON.
Endpoint: GET /api/v1/audit/logs/export
Query...
|
open |
medium |
2025-11-27 07:15 |
- |
|
| #56 |
API: Query Audit Logs
Implement endpoint to query audit logs with filtering.
Endpoint: GET /api/v1/audit/logs
Query Para...
|
open |
high |
2025-11-27 07:15 |
- |
|