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
Describe the bug
I use Graph API to request user's inbox message rules and see that it failed for a few of the users with the response:
"An internal server error occurred. The operation failed., Index was outside the bounds of the array." with status code 500
This error seems to occur consistently with certain user. When I check user's data, there's nothing stand out that can help me troubleshoot this.
Any chance you can cross post this issue at the link below? As the issue seems to be API related and this repo is mainly intended for SDK related issues, the API owners may be best placed to answer what may be wrong.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Hi,
Describe the bug
I use Graph API to request user's inbox message rules and see that it failed for a few of the users with the response:
"An internal server error occurred. The operation failed., Index was outside the bounds of the array." with status code 500
This error seems to occur consistently with certain user. When I check user's data, there's nothing stand out that can help me troubleshoot this.
The request that I sent is https://graph.microsoft.com/v1.0/users/[user-id]/mailFolders/Inbox/messageRules?$top=999
Expected behavior
User's inbox message rules are returned
Thank you!
The text was updated successfully, but these errors were encountered: