Skip to content

Change own password

POST
/api/v1/auth/change-password

Change the authenticated user’s password. New password must be at least 8 characters.

object
currentPassword
string
newPassword
string

Password changed

Unauthorized

object
error
object
code
string
message
string
status
required
integer format: int32

Validation error (e.g. newPassword too short)

object
error
object
code
string
message
string
status
required
integer format: int32