API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETGetBusinessUserInfo
- GETGetUserTask
- GETGetUsersByCompanyName
- GETGetCompanies
- GETGetPaidEmployeesCountBasedOnDateRange
- GETGetPayPeriodDetails
- GETGetPayPeriod
- GETGetCompanyInfo
- GETGetCompanyLocationInfo
- GETGetActiveUsers
- GETGetTerminatedUsers
- GETGetDeactivatedUsers
- GETGetPayrollHistoryBasedOnPayPeriod
- GETGetPayrollHistoryBasedOnDateRange
- GETGetPayRun
- GETGetPaySchedule
- GETGetPayStub
- GETGetTransactionBasedOnReference
- GETGetTransactions
- GETGetTransactionsBasedOnName
- GETGetBusinessUserDetails
- GETGetStateW4FormFeilds
- GETGetPayrollJournalReport
- GETGetUser
- GETGetPayBeginDates
- GETGetStateRegistration
- GETGetIndividualPayrollHistory
- GET
- Webhooks
Reports
GetUserTask
GET
/
reports#getUserTask
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getUserTask' \
--header 'Content-Type: application/json' \
--data '{
"method": "getUserTask",
"employeeId": "BD01CAD9-72D1-4A68-854A-E3E640CC5937"
}'
{
"summary": "Success",
"value": {
"task": [
{
"type": "KYC Verification",
"description": "Your KYC status is pending. Please wait for the process to complete or contact support for more information."
},
{
"type": "Link Direct Deposit Account",
"description": "Connect your direct deposit account"
}
]
}
}
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getUserTask' \
--header 'Content-Type: application/json' \
--data '{
"method": "getUserTask",
"employeeId": "BD01CAD9-72D1-4A68-854A-E3E640CC5937"
}'
{
"summary": "Success",
"value": {
"task": [
{
"type": "KYC Verification",
"description": "Your KYC status is pending. Please wait for the process to complete or contact support for more information."
},
{
"type": "Link Direct Deposit Account",
"description": "Connect your direct deposit account"
}
]
}
}