---
title: "List User Recurring Deposits"
method: GET
path: "/users/{userID}/recurring-deposits"
tags: ["Deposits"]
---

# List User Recurring Deposits

`GET /users/{userID}/recurring-deposits`

Retrieves a list of User Recurring Deposits by userID.

## Path parameters

- `userID` string, required

## Response `200`

Fetching All User's Recurring Deposits was Successful.

- DepositByUserID[] — A list of the all the user's recurring deposits.
  - `id` string — A unique identifier of the recurring deposit.
  - `currency` 'USD' — The name of the currency in abbreviation form.
  - `amount` number — The amount of the recurring deposit.
  - `frequency` 'BIWEEKLY' | 'DAILY' | 'MONTHLY' | 'MONTHLY_FIRST' | 'MONTHLY_MIDDLE' | 'QUARTERLY' — The recurring deposit frequency; only available for ACH deposits. Note: For retirement accounts, recurring schedules are restricted to CURRENT_YEAR contributions only.
  - `bankAccountID` string — The unique DriveWealth identifier that identifies each linked bank account.
  - `active` boolean — True, if the recurring deposit is active.
  - `nextDeposit` string — The date of when the next recurring deposit will be triggered.
  - `accountID` string — The user's unique account identifier.
  - `created` string — The date and time the recurring deposit was created for the user's external bank account.
  - `updated` string — The date and time the recurring deposit was updated for the user's external bank account.
  - `createdBy` string — The user identifier whom created the recurring deposit.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
