Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.84 KB

UserUpdateParamsImpl.md

File metadata and controls

12 lines (8 loc) · 1.84 KB

UserUpdateParamsImpl

Properties

Name Type Description Notes
email str User's new email address. Maximum length is 320. Pass an empty string ("") if you want to clear the current email address. [optional]
phone str User's new phone number. Maximum length is 50. Pass an empty string ("") if you want to clear the current phone number. [optional]
is_auto_update_enabled bool Whether the user's bank connections will get updated in the course of finAPI's automatic batch update. Note that the automatic batch update will only update bank connections where all of the following applies:</br></br> - the PIN is stored in finAPI for the bank connection</br> - the previous update using the stored credentials did not fail due to the credentials being incorrect (or there was no previous update with the stored credentials)</br> - the bank that the bank connection relates to is included in the automatic batch update (please contact your Sys-Admin for details about the batch update configuration)</br></br>Also note that the automatic batch update must generally be enabled for your client in order for this field to have any effect.<br/><br/>WARNING: The automatic update will always download transactions and security positions for any account that it updates! This means that the user will no longer be able to download just the balances for his accounts once the automatic update has run (The 'skipPositionsDownload' flag in the bankConnections/update service can no longer be set to true). [default to False]

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