okta / okta-sdk-dotnet

A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Other
160 stars 100 forks source link

OKTA-337528 .NET Sdk Update readme with warning... #463

Closed andriizhegurov-okta closed 3 years ago

andriizhegurov-okta commented 3 years ago

about using await client.Users.FirstOrDefaultAsync(x => x... with many users

Issue \

Fix #442 https://oktainc.atlassian.net/browse/OKTA-337528

Code

Current behavior

Desired behavior

Additional Context

In code samples GetUserAsync is suggested instead of FirstOrDefaultAsync to find a user