Enable Name Pronunciation in Microsoft Graph
Vineta Persaud
10
Reputation points
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
13,721 questions
Sign in to answer