Retrieve a Consumer User

GET Consumer User

/consumer/user endpoint allows you to operate on the Consumer User entity.

Calling GET /consumer/user/{userId} will return the entire user payload and rule execution results for the user with the corresponding userId

Path parameters

userIdstringRequired

Headers

x-api-keystringRequired

Response

OK
userIdstring>=1 character
Unique user ID
createdTimestampdouble>=315529200000<=4133890801000
Timestamp when userId is created
activatedTimestampdouble or null>=315529200000<=4133890801000
Timestamp when user was activated
userDetailsobject or null
Model for consumer user personal details
userStateDetailsobject or null
kycStatusDetailsobject or null
employmentStatusenum or null
occupationstring or null
legalDocumentslist of objects or null

User’s legal identity documents - See Document Model for details

contactDetailsobject or null
Model for business user contact information details
employmentDetailsobject or null
Details of User's employment
transactionLimitsobject or null
Model for transaction limits for a given user
expectedIncomeobject or null
Model for expected income details
riskLevelenum or null
Allowed values:
kycRiskLevelenum or null
Allowed values:
acquisitionChannelenum or null
Model for User acquisition channel
reasonForAccountOpeninglist of strings or null
sourceOfFundslist of enums or null
userSegmentenum or null
Allowed values:
pepStatuslist of objects or null
sanctionsStatusboolean or null
adverseMediaStatusboolean or null
linkedEntitiesobject or null
savedPaymentDetailslist of objects or null
tagslist of objects or null
Additional information that can be added via tags
attachmentslist of objects or null
Uploaded user's attachment
executedRuleslist of objects or null
hitRuleslist of objects or null
riskScoreDetailsobject or null

Errors