v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz.1) Institution Level Management
Search for customers in the institution
Searches for customers based on various criteria under an institution.
get/eclipse-conductor/rest/v1/institutions/{institutionId}/customers
Path parameters
institutionIdstring required
Query parameters
accountNumberstring
Represent Account number for any wallet. If it is passed then it will ignore other fields
asylumRefNumberstring
customerIdinteger
emailstring
externalUniqueIdstring
fieldsstring
Field data to include. Comma separated list. Supports customerId or positions.
firstNamestring
identitystring
lastNamestring
limitinteger
nationalIdentityNumberstring
offsetinteger
passportCountrystring
passportNumberstring
phone1string
tenantIdinteger
userTypeIdinteger
walletIdinteger
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"nextMandatoryKycDate": "2022-03-10T12:15:50-04:00",
"positions": [
{
"organisation": {
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}
}
]
}
]