Reports
getBusinessUserInfo
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"
}'
{
"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"
}'
{
"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"
}
]
}