Response
Sample response →
[
{
"id": "USER-ID",
"companyRole": "User",
"isAdmin": false,
"momentCreated": "2018-01-08T15:35:16.648732",
"name": "Alex Kim",
"primaryEmail": "alex@company.com",
"reportsToUserId": "USER-ID",
"laborRate": 100,
"serviceRate": 200
},
...
]
Retrieve organization user details.
Response
Sample response →
{
"id": "USER-ID",
"companyRole": "User",
"isAdmin": false,
"momentCreated": "2018-01-08T15:35:16.648732",
"name": "Alex Kim",
"primaryEmail": "alex@company.com",
"reportsToUserId": "USER-ID",
"laborRate": 100,
"serviceRate": 200
}
Retrieve the hourly rate history for a specific user within the organization.
Response
Sample response →
[
{
"id": "HOURLY_RATE_HISTORY_RECORD_ID",
"laborRate": 100,
"serviceRate": 200,
"startMoment": "2025-10-15T00:00:00",
"endMoment": "2025-10-20T00:00:00"
},
...
]