Cosmos DB Identity List Users

Viewed 63

I have produced a ASP.net Core 6 project with CosmosDb using Visual Studio 2022 that works fine.

I have installed AspNetCore.Identity.DocumentDb and can create users. However, it would appear that when I use code userManager.Users.ToListAsync() I get the error IQuery not supported.

Is there away to list users?

0 Answers
Related