Authorizations
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
.
The getBusinessUserDetails
API is used to retrieve comprehensive information about all business users within a company.
getBusinessUserInfo
which can be used to retrieve data for a single business userBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The response is of type object
.