Skip to content

Commit

Permalink
Update workos/user_management.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Zheng <services+github@oliverzheng.com>
  • Loading branch information
blairworkos and oliverzheng authored Dec 1, 2023
1 parent 313dde1 commit 80a40c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workos/user_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def update_user(self, user_id, payload):
payload[email_verified] (bool) - Whether the user's email address was previously verified. (Optional)
payload[password] (str) - The password to set for the user. (Optional)
payload[password_hash] (str) - The hashed password to set for the user, used when migrating from another user store. Mutually exclusive with password. (Optional)
payload[password_hash_type] (str) - The algorithm originally used to hash the password, used when providing a password_hash. Valid values are bcrypt. (Optional)
payload[password_hash_type] (str) - The algorithm originally used to hash the password, used when providing a password_hash. Only valid value is 'bcrypt'. (Optional)
Returns:
dict: Updated User response from WorkOS.
Expand Down

0 comments on commit 80a40c3

Please sign in to comment.