cURL
curl --request GET \ --url localhost:///8080/v1/users
[ { "id": "12345", "email": "[email protected]", "first_name": "John", "last_name": "Doe", "phone": "0776655443", "role": "manager" } ]
Fetch all users of the company
Returns all users.
"12345"
"[email protected]"
"John"
"Doe"
"0776655443"
"manager"