Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Delete fin api user #350

Open
ptrepkaVL opened this issue Nov 11, 2020 · 1 comment
Open

Delete fin api user #350

ptrepkaVL opened this issue Nov 11, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ptrepkaVL
Copy link

ptrepkaVL commented Nov 11, 2020

Hello, I try to delete user, but there is only a method to delete unverified users. Do you have a plan to implement delete the authorized user method?

@proshin-roman
Copy link
Owner

@ptrepka thanks for reporting an issue!

This functionality already exists in the org.proshin.finapi.user.AuthorizedUser interface that is implemented by org.proshin.finapi.user.FpAuthorizedUser. Unfortunately, this implementation is not returned by any method of the org.proshin.finapi.user.Users interface - and I consider that as a bug.

I will think of a solution for this issue.

In the meantime, you can directly construct an instance of FpAuthorizedUser class and use the delete method.

@proshin-roman proshin-roman added the bug Something isn't working label Nov 11, 2020
@proshin-roman proshin-roman self-assigned this Nov 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants