Change my password
POST/nevisadmin/api/v1/me/password
Required permission: any authenticated user
Allows the currently logged in user to change their password. Unauthenticated callers whose password has expired may instead supply a username in the body to complete the expired-password flow.
Request
Responses
- 204
- 400
- 401
- 422
Success
Missing request body or required fields
Unauthenticated and the expired-password flow does not apply
Invalid old password, or new password equals the old one