Retrieve details of a business user created in the system
Header Parameters
X-Auth-User-IDstring Required
MatchMove provided ID for the user.
Authorizationstring
Response
200
Object
OK
Response Attributes
idstring Required
Pattern
^[a-zA-Z0-9]*
readOnly
emailstring Required
Registration email for the business.
nameobject Required
Show child attributes
mobileobject Required
Show child attributes
tax_identificationobject
Show child attributes
foundation_datestring
Date when the business was founded.
account_typestring
Type of account. Business or individual
Enum values:
individualbusiness
statusobject Required
Show child attributes
dateobject Required
Show child attributes
risk_assessment_statusstring
Risk Evaluation of the Business
Enum values:
PENDINGCLEAREDREJECTEDUNKNOWN
client_reference_idstring
Nullable:
True
source_of_fundsstring
Source of funds for business
Nullable:
True
purpose_of_account_openingstring
The business purpose for opening the account.
client_ref_idstring
additional_detailsobject
JSON meta data of additional detail
400
Object
Bad Request
| Code | Description |
| :---------- | :---------- |
| resource_user_inactive | User is currently inactive |
| resource_user_inactive | User is currently blocked |
Response Attributes
codeinteger Required
descriptionstring Required
linkstring Required
403
Object
Forbidden
| Code | Description |
| :---------- | :---------- |
| restricted_resource | Access with method `GET` denied. If your access key and source IP is correct, It would be caused if `x-auth-user-id` parameter is not passed |
| resource_user_no_access|user dont have access to this resource|
Response Attributes
codeinteger Required
descriptionstring Required
linkstring Required
404
Object
Bad Request
| Code | Description |
| :---------- | :---------- |
| user_record_not_found | User record not found. |