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

Please add get identity by email operation #74

Open
hpsmatheus opened this issue Apr 21, 2023 · 4 comments
Open

Please add get identity by email operation #74

hpsmatheus opened this issue Apr 21, 2023 · 4 comments

Comments

@hpsmatheus
Copy link

Sometimes you want to check if certain identity is verified and you don't have their id available. So you have to use get list operation which is not good for performance as you can only get 100 records max per request (I'm having to loop on this request to make sure I'm checking the whole list looking for the given identity).

Please make it available on the API also. Thanks in advance!

@Agathe-Brusset
Copy link
Contributor

Hi @hpsmatheus ! Thanks for the suggestion; we'll work on this :) In the meantime, you have the verified/unverified status on the UI.
Have a great day!

@hpsmatheus
Copy link
Author

@Agathe-Brusset thanks for the response. The status on the UI unfortunately is not helpful in this case, I have to verify it dynamically in my backend. Looking forward for the new implementations!

@Agathe-Brusset
Copy link
Contributor

Hello @hpsmatheus ! We just implemented this on our API, check it out here. Let me know how it works for you!

@hpsmatheus
Copy link
Author

@Agathe-Brusset that will be very helpful! thanks for letting me know!

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

No branches or pull requests

2 participants