v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBd) Customer Management
Search for customers in the tenant
Returns customers matching the supplied filters. If fields=customerId is passed, only the customerId of each match is returned without requiring full-profile read permissions.
get/eclipse-conductor/rest/v1/tenants/{tenantId}/customers
Path parameters
tenantIdinteger required
Query parameters
accountNumberstring
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
includeAdminUsersboolean
lastNamestring
limitinteger
nationalIdentityNumberstring
offsetinteger
onlyShowAllowedboolean
When the parameter is set to true, Only the customers that the user has permission to access will be returned. However, if the parameter is set to false and the user does not have permission, will result in an error being thrown.
passportCountrystring
passportNumberstring
phone1string
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"
}
}
]
}
]