Update user passwordAsk AIput https://{sandfly-api-host}/v4/users/password/{username}Updates the password of a user.Path Paramsusernamestringrequiredusername to update passwordBody ParamsUser json blob.passwordpasswordrequirednew password stringold_passwordpasswordcurrent password string; required when a user is changing their own passwordResponses 201User password updated. 400Error updating user. 403Not allowed to set password for the requested user, or incorrect existing password when changing own password. 404User not found. defaultUnexpected errorUpdated 3 months ago