Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Medium
-
Resolution: Duplicate
-
Affects Version/s: 6.1.3
-
Fix Version/s: None
-
Component/s: REST API
-
Labels:
-
Introduced in Version:6.01
-
Bug Fix Policy:
Description
With a C# client, using the api v2 version's PUT method I can change the user's display name, name.
However when I try to change the user's active property to false, I get a response with status 400 and with the json response:
{
"errorMessages":["error.no.value.found.to.be.changed"],
"errors":{}
}
The request is:
{ "active":false }Attachments
Issue Links
- duplicates
-
JRASERVER-37294 Allow set active/inactive user via REST API
- Closed