What is the format to write the Body in HTTP connector for API?
I want to create users in IAM using API. In order to POST the details , I am using below JSON query as the Body. Its working via Postman, but not through SF. I think the format to write JSON query is not correct. Has someone tried it. Please let me know the correct format to use JSON query in Body of an API.
Page 1 / 1
Hi,
Can you show the status code, HTTP status code and content returned?
Did you remove the square brackets from the content input for the http connector and did you then synchronize (when using iam) or reload the model (when using the sf)?
Hi Erwin!! After IAM synchronization its working!! Thanks a lot!