Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 756 Bytes

PasswordChangingResource.md

File metadata and controls

12 lines (8 loc) · 756 Bytes

PasswordChangingResource

Properties

Name Type Description Notes
user_id str User identifier
user_email str User's email, encrypted. Decrypt with your data decryption key. If the user has no email set, then this field will be null. [optional]
password_change_token str Encrypted password change token. Decrypt this token with your data decryption key, and pass the decrypted token to the /users/executePasswordChange service in order to set a new password for the user.

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