{
"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"
}
]
}
Reports
getUserTask
The getUserTask API retrieves pending tasks and setup requirements for a specific user.
What it does:
Returns pending tasks with descriptions for user onboarding and setup
Provides actionable task information to guide completion of user requirements
Notes:
Used to track individual user onboarding progress and identify incomplete steps
Incomplete steps (verification and missing direct deposit account) prevent an employee from moving on from the onboarding process
{
"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"
}
]
}