updateCurrentUserPassword
Changes the user's password.
Request
PATCH https://api.bytehand.com/v2/users/current/password
Parameters
Query Parameters | |
---|---|
new_password | string Required parameter. New password. Minimum length is 10 characters. |
old_password | string Optional parameter. Old password. Minimum length is 10 characters. |
Authorization
Requires authorization and the simultaneous presence of all of the following access rights: profile_manage, credentials_manage.
Response
Upon successful completion of the request, an object of type Response is returned.