I've used json {"active": "false"} or {"active": false} to PUT a value. It responds: "error.no.value.found.to.be.changed" while GET gives the current {"active": true}.
Community moderators have prevented the ability to post new answers.
According to the documentation, PUT requests against the User entity are in "experimental" mode, and it does not even appear to support that particular field. From the documentation...
https://docs.atlassian.com/jira/REST/6.2.4/#d2e4551
Modify user. The "value" fields present will override the existing value. Fields skipped in request will not be changed.
<h6><h6>Example</h6>
{ "name": "eddie", "emailAddress": "eddie@atlassian.com", "displayName": "Eddie of Atlassian" }
Thank you, Geoffrey. I suspected it but wanted a confirmation that everything is correct from my side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.