getActiveUsers
Reports
getActiveUsers
The getActiveUsers API is used to retrieve comprehensive information about all currently active users in the system. This report provides essential user data for payroll processing, compliance tracking, and workforce management.
What it does:
- Returns detailed information for active users including wage and address
Notes:
- Only active users are fetched by this API call. Deactivated or terminated users will not appear in the results
- Requests are worker type specific (W2 for employees and 1099 for contractors)
- Returns the same fields as
getUsers, which can be used to retrieve a full list of activated, deactivated and terminated users
GET
getActiveUsers
Documentation Index
Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response
200 - application/json
