Change user password
POST/api/node/:hostname/user/:name/password
Change the password for a user account on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Password changed.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
User not found.
Error changing password.