The updateAdminUser
API is used to update the details of the admin user added during onboarding.
addBusinessUser
but allows for partial updates (only update the fields that you want to change)Optional updates: first name, last name, email, phone
Required fields:
getBusinessUserInfo
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The response is of type object
.