Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url localhost:///8080/v1/users
[ { "id": "12345", "email": "user@email.com", "first_name": "John", "last_name": "Doe", "phone": "0776655443", "role": "manager" } ]
Fetch all users of the company
Returns all users.
"12345"
"user@email.com"
"John"
"Doe"
"0776655443"
"manager"