Share via

365 Create Contact

Chayce Duncan 1 Reputation point
2021-04-20T22:22:52.937+00:00

I am currently creating Groups through the graph API with no problems. When trying to create contacts I get an Authorization error. I am not using the SDK. This is the only endpoint that is giving me any Issues. Has anyone had success accomplishing this through Graph?

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,276 Reputation points Microsoft Employee Moderator
    2021-04-22T04:51:28.253+00:00
    • I tried with Microsoft Graph API and it works for me.
    • Just to isolate the issue try the API with Graph Explorer as well.
    • Validate the token using https://jwt.ms and see whether you have the permissions or not. Make sure you provide the necessary permissions/consent "Contacts.ReadWrite" to the Graph API call so that it can be successful.

    Was this answer helpful?


Your answer

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