GET
/users
curl \
-X GET http://api.example.com/users?companyID=42
Response examples (200)
[
{
"userID": 42,
"firstName": "string",
"lastName": "string",
"streetAddress": "string",
"route": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"contactNumber": "string",
"email": "hello@example.com",
"role": "string",
"companyID": 42,
"isAdmin": true,
"statusId": 42
}
]