Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 638 Bytes

ExecutePasswordChangeParams.md

File metadata and controls

12 lines (8 loc) · 638 Bytes

ExecutePasswordChangeParams

Properties

Name Type Description Notes
user_id str User identifier
password str User's new password. Minimum length is 6, and maximum length is 36.
password_change_token str Decrypted password change token (the token that you received from the /users/requestPasswordChange service, decrypted with your data decryption key)

[Back to Model list] [Back to API list] [Back to README]