get https://{tenant}.rubixx.app/api/v2.3/misc/users
Sample Request:
GET /api/v2.3/misc/users
MAX PER PAGE LIMIT: 500
Sample Response:
{
"data": [
{
"id": "3eb307ec-2a0d-4cfa-babd-08d9325f1801",
"linkUserId": "3eb307ec-2a0d-4cfa-babd-08d9325f1801", - Same as id, provided for backwards compatibility
"authUserId": "F2DB69D9-2118-4A2D-A027-C6363B3696DD",
"fullName": "3eb307ec-2a0d-4cfa-babd-08d9325f1801",
"email": "[email protected]",
"logLimit": 100.00,
"varyLimit": 10.00,
"varyPercentLimit": 50.00,
"financialVaryLimit": 200.00,
"financialVaryLimitPercent": 10.00,
"isRefundApprover": false,
"userType": 0,
"isActive": true,
}
],
"page": 1,
"total": 50,
"limitPerPage": 1,
"totalFilteredEntries": 50,
"totalEntries": 50
}
User Types
0 = Normal User
1 = Customer Portal User
2 = Contractor Portal User