Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
7,238 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Code Line => User user = await graphClient.Users[userObjectId].Request().GetAsync().ConfigureAwait(false);
I can able to fetch Green highlighted one but other than that getting null in "user1" (code line) object.
question =>
Note : I have applied user.readAll and user.readBasicAll permission to the application on azure.