Not found error -Microsoft Graph API

Chanakya Jayabalan 65 Reputation points
2023-02-01T09:26:23.0833333+00:00

I am facing below issue while trying to get "Communication details".Please guide.User's image

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,499 questions
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 36,651 Reputation points
    2023-02-01T09:47:30.9133333+00:00

    Hi @Chanakya Jayabalan

    The /communications is not a valid API endpoint, please make sure your endpoint is correct. Refer to the communications-related API endpoints:

    User's image

    Note that some API endpoints do not support delegated permissions, so you need to get a token in an application-only context and then call the API in Postman.


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