Skip to main content
Version: 0.91

snorkelflow.client.users.reset_password

snorkelflow.client.users.reset_password(username, new_password)

Reset the password for the specified user to the specified new password.

This functionality is only available to administrators as determined by the API key of the caller.

Parameters

NameTypeDefaultInfo
usernamestrUsername of the user whose password you wish to reset.
new_passwordstrThe new password value you wish to set for this user.

Return type

None