pub async fn put_user( client: &Client, opts: &ManagementOpts, hostname: &str, username: &str, password: &str, ) -> Result<(), ErrResp>
To update the user’s password.