Get Current Due Amount
Accounting
Get Current Due Amount
Get Current Due Amount
GET
Get Current Due Amount
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Get Current Due Amount Retrieve a list of users with their current due amounts (excluding the tenant owner). Supports pagination and sorting by various accounting fields. Method: GET Authorization:- Required role:
adminor higher
Sortable Fields:
gross- Total gross earningsnet- Net earnings after deductionspaid- Amount already paiddue- Amount currently due (default)lastCalculatedAt- When accounting was last calculated
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Search query to filter users by name or nickname
Page number for pagination
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 100Field to sort by
Available options:
gross, net, paid, due, lastCalculatedAt Sort order
Available options:
ASC, DESC Response
Current due amounts list retrieved successfully