#Can't await GetUsersAsync()
1 messages · Page 1 of 1 (latest)
You need to either call .FlattenAsync or use an await foreach loop
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/statements/iteration-statements#await-foreach
.FlattenAsync() is more convenient