Forum Discussion
VikasB
8 years agoBoss
First thing I noticed, you need to remove body keyword from "http.client.request.body". It should be like
<#assign http_client_request = http.client.request("https", "myurl", "/api/2.0/users/366").body("{'data':{'type': 'user','email_excluded':false}}", "application/json").put() />