
This REST API allows an authenticated local user to: - making request to change the user's own password. - If the authenticated user is with security admin role, making request to set another local user's password.
Resource | Description |
PUT /password | Change your password |
PUT /password/reset | Change the password of a given user |
POST /password/validate | Validate a proposed password for a user |
POST /password/validate-update | Validate a proposed password for a user by |
PUT /password/authorizedkey2 | Change SSH authorizedkey2 of local user |