Modifies the authenticated user’s account information with support for partial updates. Allows updating profile fields, account application data, and preferences without requiring complete profile resubmission.
Use Case: Update user profile information, complete account application requirements, or modify account settings through progressive disclosure forms.
account_application data in the request will be merged with existing data. Partial updates to nested fields are supported.After each update, the remaining missing_fields for the application will be returned. Once all missing fields are completed, can_submit will be set to true.To finalize and submit the application, set submit to true in the request body. After submission, the plaid_link_token for identity verification will be available.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.