Admin Users¶
Manage user accounts, roles, and authentication status.
Endpoints¶
| Method | Path | Permission | Description |
|---|---|---|---|
| GET | /v1/users | admin | List all users |
| GET | /v1/users/:id | admin | Get user details |
| POST | /v1/users | admin | Create user |
| PUT | /v1/users/:id | admin | Update user |
| DELETE | /v1/users/:id | admin | Delete user |