cURL
curl --request GET \ --url https://elixir.jobkit.io/users.json \ --header 'Authorization: Basic <encoded-value>'
[ { "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" } ]
The list of all registered users
Documentation IndexFetch the complete documentation index at: https://docs.jobkit.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
Use this file to discover all available pages before exploring further.