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 user descriptor that describes the properties of the desired user. | ||
Return Value on Success | Typical Return Values on Failure | ||
200 OK | 404 Not Found – When the user ID is not found in the server. |
Recommended Comments
There are no comments to display.