v1

latestOpenAPI 3.0.02026-08-0610682246.0 KB
Authentication

Change the user's password

This endpoint starts the process of changing a user's password. An active user session is required for this endpoint. This process ends with an OTP (One-time password) being sent to the user's email address.

post/zephr/users/change-password

Request body

Example request

{
  "current_validators": {
    "password": "mysecurepassword123"
  },
  "new_validators": {
    "password": "mysecurepassword123"
  }
}

Response

OK - The process of changing the user's password was started successfully