Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List UBO Declarations for a user in Users? #324

Open
jgabriele opened this issue Jul 28, 2022 · 1 comment
Open

List UBO Declarations for a user in Users? #324

jgabriele opened this issue Jul 28, 2022 · 1 comment

Comments

@jgabriele
Copy link

I was about to open an issue as I did not find a way to list all UBO Declarations for a User (this endpoint).

I then gave a last try and saw that this one is listed in UboDeclarations which is odd because all other entities that can be attached to users are in the Users namespace:

  • Users.getTransactions
  • Users.getKycDocuments
  • Users.getBankAccounts
  • Users.getWallets
  • ...

It could be a good idea to either put those ones above into their own entity namespace (ie KycDocuments.getUserKycDocuments()) or put the UboDeclarations in the Users namespace (ie Users.getUboDeclarations)

What do you think?

@fredericdelordm
Copy link
Contributor

Hello @jgabriele,

Thanks for the feedback. We try to keep the same structure for all SDKs. But we are going to think about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants