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. |