The updateBusinessUser
API updates Business User details in the system.
getBusinessUserDetails
endpoint first to get current information before updatingBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The response is of type object
.