> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Users

> The list of all registered users

<Note>Requires admin authentication</Note>

<ResponseExample>
  ```json Response theme={"system"}
  [
    {
      "id": 1,
      "email": "admin@test.com",
      "role": "admin",
      "created_at": "2025-01-09T18:21:59+00:00",
      "updated_at": "2025-01-09T18:21:59+00:00"
    },
    {
      "id": 2,
      "email": "user@test.com",
      "role": "user",
      "created_at": "2025-01-09T18:21:59+00:00",
      "updated_at": "2025-01-09T18:21:59+00:00"
    }
  ]
  ```
</ResponseExample>
