C# UserApi integration must have UserExists method

Hi guys,

I have been working on my application and okta implementation has been quite good, however, I need a way to verify that the user exists in the repository of people, currently the implementations are no good, simply because it either throws an exception if we cannot get the user instead of returning null, or it would simply fail. On the other hand, getting the entire list of users and browsing through them to verify is extremely slow and inefficient, especially the api integration.

Would you be able to implement that?

Kind regards,
Georgi

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.