Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200 - application/json
The getBusinessUserInfo
API is used to retrieve comprehensive information about a specific business user within the system.
getBusinessUserDetails
if you do not have access to the business user ID or wish to retrieve data for all business usersBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.