Change password for a user
Change password for a user as an admin
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
id
a user id
Request
passwordSchema
password
The new password to change or validate.
oldPassword
The old password the user is changing. This field is for the non-admin users changing their own password.
confirmPassword
The confirmation of the new password. This field is for the non-admin users changing their own password.
Response
This response has no body.