Changing the password of the current user option 2
PUT
Change the password of the current user.
To change the password, you must specify the current password and the new password in the request body
Request Body
application/json
currentPassword
string
Current password
newPassword
string
New password
Responses
OK
*/*
EmptyResponse
object
data
string
If the element was successfully removed, then this parameter returns an empty string
status
string
Upon successful deletion of an element in the directory, the status "ok" is returned. Otherwise, an error is returned
Valid values
"error""ok"timestamp
integer
Returns the date + time (kernel) in unix timestamp format in milliseconds
Format
"int64"