API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETGetBusinessUserInfo
- GETGetUserTask
- GETGetUsersByCompanyName
- GETGetCompanies
- GETGetPaidEmployeesCountBasedOnDateRange
- GETGetPayPeriodDetails
- GETGetPayPeriod
- GETGetCompanyInfo
- GETGetCompanyLocationInfo
- GETGetActiveUsers
- GETGetTerminatedUsers
- GETGetDeactivatedUsers
- GETGetPayrollHistoryBasedOnPayPeriod
- GETGetPayrollHistoryBasedOnDateRange
- GETGetPayRun
- GETGetPaySchedule
- GETGetPayStub
- GETGetTransactionBasedOnReference
- GETGetTransactions
- GETGetTransactionsBasedOnName
- GETGetBusinessUserDetails
- GETGetStateW4FormFeilds
- GETGetPayrollJournalReport
- GETGetUser
- GETGetPayBeginDates
- GETGetStateRegistration
- GETGetIndividualPayrollHistory
- GET
- Webhooks
Reports
GetBusinessUserInfo
GET
/
reports#getBusinessUserInfo
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getBusinessUserInfo' \
--header 'Content-Type: application/json' \
--data '{
"method": "getBusinessUserById",
"businessUserId": "0944def5-7c6e-4f6b-a7ed-10d28b11b9b9"
}'
{
"summary": "Success",
"value": {
"businessUser": [
{
"businessUserId": "83D38CFC-DF7C-45D3-A986-97029DF1F36E",
"businessUser": "Kim Harry Zen",
"firstName": "Kim",
"middleName": "Harry",
"lastName": "Zen",
"email": "kimharry@mailsac.com",
"phoneNumber": "9988884441",
"isPayrollAdmin": true,
"isController": true,
"isBeneficialOwner": true,
"isEmployee": true,
"ownershipPercentage": 25,
"companyLocationID": "6E8F08D3-5556-470C-83EF-13C8426EFDBC",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"ssn": "MTIzMDk4MTQ5",
"dateOfJoin": "2023-09-09",
"dateOfBirth": "2000-09-09"
}
]
}
}
Body
application/json
Example:
["getBusinessUserInfo"]
Response
200 - application/json
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getBusinessUserInfo' \
--header 'Content-Type: application/json' \
--data '{
"method": "getBusinessUserById",
"businessUserId": "0944def5-7c6e-4f6b-a7ed-10d28b11b9b9"
}'
{
"summary": "Success",
"value": {
"businessUser": [
{
"businessUserId": "83D38CFC-DF7C-45D3-A986-97029DF1F36E",
"businessUser": "Kim Harry Zen",
"firstName": "Kim",
"middleName": "Harry",
"lastName": "Zen",
"email": "kimharry@mailsac.com",
"phoneNumber": "9988884441",
"isPayrollAdmin": true,
"isController": true,
"isBeneficialOwner": true,
"isEmployee": true,
"ownershipPercentage": 25,
"companyLocationID": "6E8F08D3-5556-470C-83EF-13C8426EFDBC",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"ssn": "MTIzMDk4MTQ5",
"dateOfJoin": "2023-09-09",
"dateOfBirth": "2000-09-09"
}
]
}
}