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": "WA - State paid family medical leave EE",
      "exemptionEffectiveStartDate": "2026-03-28",
      "exemptionEffectiveEndDate": "2026-05-25",
      "exemptReason": "Employer 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