---
title: "Set User Disbursement Account"
method: PATCH
path: "/users/{id}/disbursement_account"
tags: ["Users"]
---

# Set User Disbursement Account

`PATCH /users/{id}/disbursement_account`

Set the **User's Disbursement Account** using a given **User** `:id` and a **Bank Account** `:account_id`.

## Path parameters

- `id` string, required

## Request body

- BankAccountIdRequestBody
  - `account_id` string, required — Account ID (Bank account)

## Response `200`

OK

- SingleUser
  - `users` User
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `full_name` string
    - `email` string, email
    - `mobile` string
    - `phone` string
    - `logo_url` string
    - `color_1` string
    - `color_2` string
    - `first_name` string
    - `last_name` string
    - `id` string
    - `custom_descriptor` string
    - `location` string
    - `verification_status` string
    - `held_state` boolean
    - `roles` string[]
    - `dob` string
    - `government_number` string
    - `drivers_license` string
    - `flags` object
    - `related` object
      - `addresses` string
    - `links` object
      - `self` string
      - `items` string
      - `card_accounts` string
      - `paypal_accounts` string
      - `payid_accounts` string
      - `bpay_accounts` string
      - `bank_accounts` string
      - `wallet_accounts` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/versions/60b528b2e015/schema)
