Skip to main content

Change password for a user

POST /api/admin/user-admin/:id/change-password

Change password for a user as an admin

Request

Path Parameters

  • id string required

Body

required

passwordSchema

  • password string required

    The new password to change or validate.

  • oldPassword string

    The old password the user is changing. This field is for the non-admin users changing their own password.

  • confirmPassword string

    The confirmation of the new password. This field is for the non-admin users changing their own password.

Responses

This response has no body.

Loading...