1

I'm not able to send a POST or PATCH action thru the connector because I can't figure out how to compose the body correctly.

I try it that way: Invoke http with Azure AD

But I get this error: Error

I try it without brakets, with more brakets, with single, double and without quotations but it seems nothing works.

Please can anyone tell me how to compose the body in the right way?

Thx!

1 Answer 1

0

Look like the body is not a valid json. Properties givenName, surname, etc. should be wrapped by quotes.

{
  "givenName": "Microsoft",
  "surname": "Graph",
  "emailAddresses": [
    {
      "address": "[email protected]",
      "name": "Microsoft Graph"
    }
  ],
  "businessPhones": [
    "+334100100"
  ],
  "mobilePhone": "+9857665765"
}
Sign up to request clarification or add additional context in comments.

1 Comment

That's how I tried the first time with the same result.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.