The updateAdminUser API is used to update the details of the admin user added during onboarding.
companyRegistration endpointFor beneficialOwners we are required to collect address and personal information
Required fields for beneficial owners: ssn, address1, city, state, zipcode, dateOfBirth,
A list of businessUsers registered to the company and their associated businessUserIds can be retrieved using getBusinessUsers
Beneficial Owner share cannot be reduced below 25% to maintain compliance
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.