Updates the currently authenticated user, supports partial updates
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.
User updated successfully
The response is of type object
.