POST /users/changePassword
Changes the current user's password.
The endpoint has no roles.
Parameters
name |
description |
type |
default |
type |
current |
the current password |
query
|
|
String
|
password1 |
the new password |
query
|
|
String
|
password2 |
the new password (again) |
query
|
|
String
|
Result
Response
of type:
text/plain
a response with either an error code and message or an HTTP 200 with a success message
Try It Out
Request