User Management
Admin-only user CRUD and role assignment
Available Endpoints
- GET /api/users - List all users
- POST /api/users - Create a user
- PUT /api/users/{id} - Update a user
- DELETE /api/users/{email} - Delete a user
This documentation is automatically generated from the OpenAPI specification.