PUT
/
companyOnboarding#updateAdminUser
curl --request PUT \
  --url 'https://sandbox.rollfi.xyz/companyOnboarding#updateAdminUser' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "updateAdminUser",
  "businessUser": {
    "businessUserId": "EDC3BD9C-3B2F-4EE3-BC5C-720768044",
    "firstName": "Titus",
    "middleName": "",
    "lastName": "Davenport",
    "phoneNumber": "2106384100",
    "email": "titus048@mailsac.com",
    "address1": "102 Fallsgrove Blvd",
    "address2": "",
    "city": "Rockville",
    "state": "MD",
    "zipcode": "20850",
    "country": "US",
    "ssn": "452006520",
    "dateOfBirth": "2000-09-09",
    "payrollAdmin": true,
    "bookkeeper": true,
    "beneficialOwner": true,
    "ownershipPercentage": 25
  }
}'
{
  "businessUser": {
    "businessUserId": "3819B535-F3AA-4E5E-A055-16D33CE68315",
    "status": "Ready",
    "message": "The Business User has been updated successfully."
  }
}

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

Response

200
application/json

The response is of type object.