Enable Name Pronunciation in Microsoft Graph

Vineta Persaud 10 Reputation points
2025-04-04T14:33:57.96+00:00

Hi there,

I followed the steps below in https://learn.microsoft.com/en-us/graph/namepronunciation-configure-namepronunciation-availability to enable name pronouncition via MS GRAPH. This is not working for me. Can you please let me know I can enable name pronunciation in Microsoft Teams?

HTTPCopy

PATCH https://graph.microsoft.com/v1.0/admin/people/namePronunciation
Content-Type

If successful, a 200 OK response code is returned with a namePronunciationSettings object in the response body, as shown in the following example response.

HTTPCopy

HTTP/1.1 200 OK
Content-Type: application/json

{
  "isEnabledInOrganization": true
}
Microsoft Security Microsoft Graph
{count} votes

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.