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:
username (
str
) – Username of the user whose password you wish to resetnew_password (
str
) – The new password value you wish to set for this user
- Return type:
None