GuidesAPI ReferenceChangelog
Log In
added

Retrieve User Payroll Accounts

Added user-model endpoint GET /v1/end_users/{end_user_id}/accounts

  • Customers who provide an internal user ID via the end_user_id parameter while creating a link token, can now retrieve all payroll accounts that have been created with that end_user_id using this endpoint.
  • The response from this endpoint is identical to the existing GET /v1/accounts/, except that only accounts created with the given end_user_id are returned.

For more information, see User Model