.NET CORE C# Search for Users

I am trying to figure out how to search for users in Okta using the SDK and .net core in C#. outside of .net core (ASP.NET 4.x) I am able to do this using Okta.Core DLL but that is not supported in .NET Core. I can’t find any documentation for doing this stuff in .NetCore using the SDK. Your example is only for authentication which I can do.

Anyone have an example of doing this in Core or can point me in the right direction to get documentation from Okta?

in okta.core we used the UsersClient.GetXXXX and supplied a filter and we could get results. that doesn’t seem to be the case in .net core

Have you seen this: