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"
      }
    ]
  }
}

Body

application/json
method
string
required
employeeId
string
required

Response

200
application/json
task
object[]
required