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
A clear and concise description of what the bug is.
When reading Mailfolders for new mails, i am getting this error
The requested user '' is invalid."
To Reproduce
This GET request is starting every day: https://graph.microsoft.com/v1.0/users//mailFolders//messages?$filter=createdDateTime gt 2024-08-30T11:00:00Z&$top=100
I double checked folderid, it is present and reachable.
Userid is present and reachable.
All other functions are working, like sendMail, setCalendar etc.
Expected behavior
Expected behavior should be a list of mails.
The text was updated successfully, but these errors were encountered:
dashandwerk
changed the title
Reading Mailfolder response in error : The requested user '<userid>' is invalid."
Reading Mailfolder response in error : The requested user 'userid' is invalid.
Aug 29, 2024
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.
Describe the bug
A clear and concise description of what the bug is.
When reading Mailfolders for new mails, i am getting this error
The requested user '' is invalid."
To Reproduce
This GET request is starting every day:
https://graph.microsoft.com/v1.0/users//mailFolders//messages?$filter=createdDateTime gt 2024-08-30T11:00:00Z&$top=100
I double checked folderid, it is present and reachable.
Userid is present and reachable.
All other functions are working, like sendMail, setCalendar etc.
Expected behavior
Expected behavior should be a list of mails.
The text was updated successfully, but these errors were encountered: