What is the pricing to call `https://graph.microsoft.com/v1.0/me/messages endpoint` endpoint

Olivia Mo 0 Reputation points
2024-08-08T08:43:11.16+00:00

I have an app that allows any user to log into their microsoft account and the app will fetch the logged in user's emails.

I have seen conflicting answers, some sources say it's free, other sources say it costs $0.30 per 1000 requests.

I want a clear answer, what is the cost of hitting the endpoint to get all of the user's emails?

'https://graph.microsoft.com/v1.0/me/messages endpoint

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 46,376 Reputation points
    2024-08-08T10:46:19.75+00:00

    Hi @Olivia Mo

    Calling the /messages endpoint does not incur charges. This endpoint is included in the Microsoft 365 subscription, and your users only need to have a Microsoft 365 license.

    As for the $0.30 per 1,000 requests fee you mentioned, this only applies to Microsoft Graph Data Connect. Microsoft Graph Data Connect is an advanced feature primarily used for large-scale data extraction and analysis, which is not directly related to the /messages endpoint.

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.