Endpoints
Users
Users API
The Users API allows you to manage user accounts and authentication.
GET /users
Returns a list of all users. Requires admin authentication.
GET /users/:id
Returns details for a specific user by ID.
POST /users
Creates a new user account.