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.