Skip to main content
GET
/
reports#getEmployeeTaxExemptions
getEmployeeTaxExemptions
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getEmployeeTaxExemptions' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "getEmployeeTaxExemptions",
  "companyId": "ECF1B47E-108F-45C0-A520-6A128A727B04",
  "userId": "33820169-85C2-482A-BCCF-B2281419E96E"
}
'
{
  "employeeTaxExemptions": [
    {
      "taxName": "CA - State Disability Insurance",
      "exemptionEffectiveStartDate": "2026-03-20",
      "exemptionEffectiveEndDate": null,
      "exemptReason": "Employee claimed exempt on W-4",
      "ExemptionStatus": "High Risk",
      "warningMessage": "High-risk tax exemption. Confirm eligibility and effective dates before saving. If applied incorrectly, this may result in inaccurate reporting, tax underpayment, and required corrections."
    },
    {
      "taxName": "CO - State  paid family and medical leave EE",
      "exemptionEffectiveStartDate": "2026-03-20",
      "exemptionEffectiveEndDate": null,
      "exemptReason": "Employee claimed exempt on W-4"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
method
string
required
companyId
string
required
userId
string
required

Response

employeeTaxExemptions
object[]
required