You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Issue using Microsoft Graph user API

Summary:

I am trying to using the MS Graph User API with delta functionality.

The response payload contains fields which start with the @ symbol.

OIC is then trying to convert the JSON to XML and is seeing the @ signs as attributes.

Has anyone experienced this and is there any workaround or fix?

Thanks

Content (please ensure you mask any confidential information):

{
   "value": [
        {
            "displayName": "BL Sports & Social LONDON",
            "id": "152cd606-e220-42b3-81bd-8d235288e6ce",
            "members@delta" : [
                {
                    "@odata .type": "#microsoft.graph.user",
                    "id": "60312c4c-ba76-438a-8d4f-bb0d84a5ecad"
                }


Failed to translate JSON to XML. Expected attribute value

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!