GetInvestmentAccounts
Signature
query {
GetInvestmentAccounts
}
Retourne : AccountConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
kycStatus | KycStatus | — | Filter on kycStatus | |
lcbftLevel | LcbftLevel | — | Filter on lcbftLevel | |
status | String | — | — | |
isActive | Boolean | — | Filter on active status. Null to get pending user activations. | |
personas | [Persona!] | — | Filter on persona | |
accountPersonas | [AccountPersona!] | — | Filter on account persona (Investor, Distributor, DistributorNetwork, Vehicle, Target) | |
isAccepted | Boolean | — | User is accepted or not. Null to ignore. | |
search | String | — | Term to search in id, firstname, lastname, email or mobile | |
sortingFields | [SortingField] | [] | — | |
excludeJointAccounts | Boolean | — | Exclude joint accounts from results |
Exemple
query {
GetInvestmentAccounts {
# Sélectionner les champs souhaités
}
}