ChangePasswordResource
The following resources are part of this group:
/action/change-password
Mount Point: /api/rest/action/change-password
POST
Changes the password of the current user.
Status codes:
- 200 success
- 400 bad request, the old password is not correct
- 500 internal server error
Parameters
name | description | type | default |
---|---|---|---|
old-password | old password of the current user | form | |
new-password | new password for the current user | form |
Response Body
element: | result |
(no documentation provided)