Accounting
Retrieves users
get/Users
Query parameters
wherestring
Filter by an any element
orderstring
Order by an any element
Headers
If-Modified-Sincestring date-time
Only records created or modified since this timestamp will be returned
Response
Success - return response of type Users array of all User
Example response
{
"Users": [
{
"UpdatedDateUTC": "/Date(1573755038314)/"
}
]
}