1.0.1 Editing a User¶
Use the POST method of the user service to update the properties of an existing user.
Method |
URL |
||
POST |
http://<host>:<port>/jasperserver[-pro]/rest/user/<userID>/ |
||
Content-Type |
Content |
||
text/plain |
A well-formed |
||
Return Value on Success |
Typical Return Values on Failure |
||
200 OK |
404 Not Found – When the user ID is not found in the server. |
||