question

ChayceDuncan-5265 avatar image
0 Votes"
ChayceDuncan-5265 asked ChayceDuncan-5265 commented

365 Create Contact

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-graph-users
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Deva-MSFT avatar image
0 Votes"
Deva-MSFT answered ChayceDuncan-5265 commented
  • 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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I tried with my token in Graph explorer and it works as expected. When using the exact same token through the API, I still seem to receive the Authorization error.

0 Votes 0 ·