Graph API returns question marks for non ascii names

James Yeh 0 Reputation points
2024-05-21T19:31:40.85+00:00

I am seeing an issue where the display name returned by the list rules API (https://learn.microsoft.com/en-us/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0&tabs=http) is a string of question marks and spaces when the name of the message rule is non ascii. Is there anything I can do to work around the issue?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,921 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 97,386 Reputation points MVP
    2024-05-22T07:41:38.09+00:00

    Can you share an example? What's the Content-type header value set to? Here's an example with utf-8, seems to work fine:

    User's image