API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- Webhooks
Company Onboarding
UpdateAdminUser
PUT
/
companyOnboarding#updateAdminUser
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#updateAdminUser' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateAdminUser",
"businessUser": {
"businessUserId": "971F0557-23B2-40ED-A950-F92ECD8C2BBA",
"firstName": "",
"middleName": "",
"lastName": "",
"phoneNumber": "",
"email": "",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"ssn": "123098989",
"dateOfBirth": "2000-09-09",
"payrollAdmin": true,
"bookKeeper": true,
"beneficialOwner": true,
"ownershipPercentage": 25
}
}'
{
"summary": "Success",
"value": {
"businessUser": {
"businessUserId": "3819B535-F3AA-4E5E-A055-16D33CE68315",
"status": "Ready",
"message": "The Business User has been updated successfully."
}
}
}
Body
application/json
Example:
["updateAdminUser"]
Example:
["YYYY-MM-DD"]
Example:
["987-65-1243"]
Maximum length:
40
Maximum length:
40
Maximum length:
40
Example:
["9874563210"]
Maximum length:
35
Maximum length:
40
Maximum length:
40
Maximum length:
40
Available options:
TX
, AK
, ND
, IL
, MA
, KS
, AS
, AL
, UT
, SD
, MI
, DC
, GA
, SC
, TN
, OK
, CO
, CA
, ME
, MO
, WY
, MD
, VT
, NM
, CT
, AZ
, WI
, VA
, WV
, NJ
, DE
, NC
, PR
, IN
, MT
, NH
, HI
, IA
, KY
, WA
, OH
, FL
, OR
, MP
, GU
, MN
, MS
, PA
, NE
, RI
, ID
, LA
, NY
, NV
, AR
Available options:
US
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#updateAdminUser' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateAdminUser",
"businessUser": {
"businessUserId": "971F0557-23B2-40ED-A950-F92ECD8C2BBA",
"firstName": "",
"middleName": "",
"lastName": "",
"phoneNumber": "",
"email": "",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"ssn": "123098989",
"dateOfBirth": "2000-09-09",
"payrollAdmin": true,
"bookKeeper": true,
"beneficialOwner": true,
"ownershipPercentage": 25
}
}'
{
"summary": "Success",
"value": {
"businessUser": {
"businessUserId": "3819B535-F3AA-4E5E-A055-16D33CE68315",
"status": "Ready",
"message": "The Business User has been updated successfully."
}
}
}