Reports
getBusinessUserDetails
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
getBusinessUserDetails
This endpoint gets all the Business User Information
GET
/
reports#getBusinessUserDetails
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getBusinessUserDetails' \
--header 'Content-Type: application/json' \
--data '{
"method": "getBusinessUser",
"companyId": "db159b67-6d24-460c-9b5d-4254d804e336"
}'
{
"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
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getBusinessUserDetails' \
--header 'Content-Type: application/json' \
--data '{
"method": "getBusinessUser",
"companyId": "db159b67-6d24-460c-9b5d-4254d804e336"
}'
{
"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"
}
]
}