Hi @Rubén Esteban Prado ,
I am able to create outlook contact using POST https://graph.microsoft.com/v1.0/me/contacts
POST https://graph.microsoft.com/v1.0/me/contacts
{
"givenName": "Pavel",
"surname": "Bansky",
"emailAddresses": [
{
"address": "******@fabrikam.onmicrosoft.com",
"name": "Pavel Bansky"
}
],
"businessPhones": [
"+1 732 555 0102"
]
}
500 Internal Server Errors are generally interim and retrying after some time should work, if you are consistently experiencing such errors, I would advise you to raise a support case with Microsoft Graph, a specialized Support Engineer will be able to assist you better.
You can raise technical support request from:
https://portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview or https://admin.microsoft.com/#/support/requests.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".