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
Issue: Unable to Fetch User Events via Graph API Endpoint
Description:
I am experiencing an issue when attempting to fetch a user's events using the Microsoft Graph API. I am logged in with an admin account and have granted the required permissions.
Steps to Reproduce:
Log in with an admin account.
Call the endpoint: https://graph.microsoft.com/v1.0/users/{userId}/events
Ensure that all necessary permissions have been consented.
Expected Behavior:
The API call should successfully return the events for the specified user.
Actual Behavior:
The call does not return the expected data. Notably, when I use the same admin account with my API via the Graph client library, everything works as expected.
Additional Information:
Screenshot:
Any insights or suggestions to resolve this inconsistency would be appreciated.
The text was updated successfully, but these errors were encountered:
Issue: Unable to Fetch User Events via Graph API Endpoint
Description:
I am experiencing an issue when attempting to fetch a user's events using the Microsoft Graph API. I am logged in with an admin account and have granted the required permissions.
Steps to Reproduce:
Log in with an admin account.
Call the endpoint:
https://graph.microsoft.com/v1.0/users/{userId}/events
Ensure that all necessary permissions have been consented.
Expected Behavior:
The API call should successfully return the events for the specified user.
Actual Behavior:
The call does not return the expected data. Notably, when I use the same admin account with my API via the Graph client library, everything works as expected.
Additional Information:
Screenshot:
Any insights or suggestions to resolve this inconsistency would be appreciated.
The text was updated successfully, but these errors were encountered: