v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
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)/"
    }
  ]
}