Microsoft Graph API – Email messages with empty body content
I have an implementation where I consume a mailbox and move e-mails to specific folders based on some rules.
Microsoft Graph Search api not returning hits for past events where I am an attendee
I am using the graph search API to search for past events based on user’s keyword search.
What is the difference between Licenses and Plans
When I use Graph Api, I found that there are two simillar properties at User.
what is the differnce between user/assignedPlans and user/assignedLicenses?
Im confused which one is the one to use
Authentication flow for a service that uploads to OneDrive via Microsoft Graph API
I am trying to use the Graph API C# client library to upload to a OneDrive folder. This will be for a scheduled service that periodically uploads files to OneDrive. I have been unable to figure out the appropriate authentication flow for this scenario.
How to get active cell address using graph api in java sdk
I want to retrieve the address of the active cell in the worksheet. The active cell address is the last modified cell in the sheet where the cell cursor is currently located.
Microsoft Graph Api – Get License Details
I want to get LicenseDetail information about users in my organization. I have to send several Api request(users/userid/licenseDetails) to do this but what i want to do is send only one request. How can I do that?
Microsoft Graph API: oddity with searching a user by identity
I’m using Microsoft Graph API, and while trying to search a user there by issuerAssignedId, I got a strange exception if a colon symbol (“:”) is in the string to be compared with it.
read email messages from sub-folder in one request
I want to retrieve a list of messages for user [email protected]
from a sub/child folder of Inbox called Customer emails
. What is the correct URL? I’ve tried various like
MS graph: read email messages from sub-folder in one request
I want to retrieve a list of messages for user [email protected]
from a sub/child folder of Inbox called Customer emails
. What is the correct URL? I’ve tried various like
Is there any Graph API which give session timeout for organization in M365?
I am trying to get Session timeout by Graph API but didn’t find any api for that.