Skip to main content

Update user password

Update user password

Request Body

user

current_password string REQUIRED

Possible values: 12 ≤ length

Current password

password string REQUIRED

Possible values: 12 ≤ length

New password

password_confirmation string REQUIRED

Possible values: 12 ≤ length

New password confirmation

Responses
200

user

Schema OPTIONAL
data object
id integer

User ID

401

unauthorized

Schema OPTIONAL
errors object OPTIONAL
detail string OPTIONAL

Possible values: [Unauthorized]

Error message

403

forbidden

Schema OPTIONAL
errors object OPTIONAL
detail OPTIONAL

Possible values: [Forbidden]

422

unprocessable entity

Schema OPTIONAL
errors object OPTIONAL