Returns an array of user
objects that contains all users that have registered with the service.
{server_url}/users
None
None
None
[
{
"last_name": "Smith",
"first_name": "Ferdinand",
"email": "f.smith@example.com",
"id": 1
},
{
"last_name": "Jones",
"first_name": "Jillio",
"email": "jlo.jones@example.com",
"id": 2
}
...
]
Status value | Return status | Description |
---|---|---|
200 | Success | Requested data returned successfully |
ECONNREFUSED | N/A | Service is offline. Start the service and try again. |