You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We show how to make the call and get the result back, but the result doesn't expose headers. For example, the resetPassword case in C# returns a PasswordResetResponse that has no access to the headers.
The text was updated successfully, but these errors were encountered:
Context: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/41
Some example APIs that rely on checking the
Location
header:authenticationMethod: resetPassword
Create schema
We show how to make the call and get the result back, but the result doesn't expose headers. For example, the resetPassword case in C# returns a
PasswordResetResponse
that has no access to the headers.The text was updated successfully, but these errors were encountered: