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
Hi, Describe the bug
I am currently using graph api to query for user's mailbox settings. It is working for most users, however for some users, graph api returns 403 HTTP status with the response "The process failed to get the correct properties."
The request that is sent is: https://graph.microsoft.com/v1.0/users/[user-id]/mailboxSettings
The request is sent with an application with permission MailboxSettings.Read and the application was able to get some other user's mailbox settings so I don't think this is a permission issue even though the response return a 403 status code
Expected behavior
User's mailbox settings is returned
Thank you!
The text was updated successfully, but these errors were encountered:
Is the user a member or a guest? Is it a regular user or shared calendar, room, equipment, etc.?
Also check (probably your admin) if there are any restrictions on the mailboxes. Admin can limit application permissions to specific mailboxes, but in that case I would expect different error message (Access to OData is disabled.)
sorry for the late reponse @andrueastman the app has the correct app permission as it was able to pull mailbox settings for other users. @MartinM85 the user run into the issue seem to be either a service account for shared mailbox or a disabled user.
However, my ap was able to get mailbox settings for other shared mailbox service account as well
Hi,
Describe the bug
I am currently using graph api to query for user's mailbox settings. It is working for most users, however for some users, graph api returns 403 HTTP status with the response "The process failed to get the correct properties."
The request that is sent is: https://graph.microsoft.com/v1.0/users/[user-id]/mailboxSettings
The request is sent with an application with permission MailboxSettings.Read and the application was able to get some other user's mailbox settings so I don't think this is a permission issue even though the response return a 403 status code
Expected behavior
User's mailbox settings is returned
Thank you!
The text was updated successfully, but these errors were encountered: