Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 615 Bytes

ExecutePasswordChangeParams.md

File metadata and controls

11 lines (8 loc) · 615 Bytes

# ExecutePasswordChangeParams

Properties

Name Type Description Notes
user_id string User identifier
password string User's new password. Minimum length is 6, and maximum length is 128.
password_change_token string 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]