Reports
getUserTask
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"
}'
{
"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"
}
]
}
Body
application/json
Response
200
application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getUserTask' \
--header 'Content-Type: application/json' \
--data '{
"method": "getUserTask",
"employeeId": "BD01CAD9-72D1-4A68-854A-E3E640CC5937"
}'
{
"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"
}
]
}