Name | Type | Description | Notes |
---|---|---|---|
user_id | str | User's identifier | |
registration_date | str | User's registration date, in the format 'yyyy-MM-dd' | |
deletion_date | str | User's deletion date, in the format 'yyyy-MM-dd'. May be null if the user has not been deleted. | [optional] |
last_active_date | str | User's last active date, in the format 'yyyy-MM-dd'. May be null if the user has not yet logged in. | [optional] |
bank_connection_count | int | Number of bank connections that currently exist for this user. | |
latest_bank_connection_import_date | str | Latest date of when a bank connection was imported for this user, in the format 'yyyy-MM-dd'. This field is null when there has never been a bank connection import. | [optional] |
latest_bank_connection_deletion_date | str | Latest date of when a bank connection was deleted for this user, in the format 'yyyy-MM-dd'. This field is null when there has never been a bank connection deletion. | [optional] |
monthly_stats | list[MonthlyUserStats] | Additional information about the user's data or activities, broken down in months. The list will by default contain an entry for each month starting with the month of when the user was registered, up to the current month. The date range may vary when you have limited it in the request. <br/><br/>Please note:<br/>• this field is only set when 'includeMonthlyStats' = true, otherwise it will be null.<br/>• the list is always ordered from the latest month first, to the oldest month last.<br/>• the list will never contain an entry for a month that was prior to the month of when the user was registered, or after the month of when the user was deleted, even when you have explicitly set a respective date range. This means that the list may be empty if you are requesting a date range where the user didn't exist yet, or didn't exist any longer. | [optional] |