question

WhiteBrian-7311 avatar image
0 Votes"
WhiteBrian-7311 asked saldana-msft edited

Internal Server error retrieving profileCardProperties

Using Graph Explorer, I am getting the following error when querying:
GET https://graph.microsoft.com/beta/organization/[tenantID]/settings/profileCardProperties

Internal Server Error - 500 - 146ms

{
"error": {
"code": "",
"message": "An error has occurred.",
"innerError": {
"date": "2021-04-26T13:38:29",
"request-id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"client-request-id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
}
}

microsoft-graph-identitymicrosoft-graph-explorermicrosoft-graph-corporate-mgmt
· 2
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 don't see this behavior. Can you try again and share the error including the timestamp and request-id?

0 Votes 0 ·

{
"error": {
"code": "",
"message": "An error has occurred.",
"innerError": {
"date": "2021-04-28T13:23:41",
"request-id": "095bc1d3-09d0-4765-b441-17dea12bff67",
"client-request-id": "a778324b-5aa1-a08e-c323-409dbef1cc62"
}
}
}

I also captured a Fiddler trace of this request if that is helpful.

0 Votes 0 ·

0 Answers