When a Microsoft form is submitted, I am trying to pass the responder email to the GET user details JIRA API to get the user account id. The request seems successful as the response code is 200 but the response body is empty.
API Call not returning body
The same GET API run using Postman returns the body. I tried passing Content-Type:Application/Json
and Accept:Application/Json
power automate flow
Any idea how can I get the body?
I tried passing Content-Type:Application/Json
and Accept:Application/Json
Tried pass Authorization: encode64 (email+api token)
Arun Unnikrishnan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1