---
title: "Retrieves the current user associated accounts"
method: GET
path: "/v1.0/target-unit-accounts/"
tags: ["Target Unit Account info view"]
---

# Retrieves the current user associated accounts

`GET /v1.0/target-unit-accounts/`

## Query parameters

- `term` string
- `page` integer, required
- `size` integer, required

## Response `200`

OK

- AccountSearchResults
  - `accounts` AccountSearchResultInfoDTO[]
    - `id` integer
    - `name` string
    - `businessId` string
    - `status` string
  - `total` integer

## Other responses

- `500` — Internal Server Error

## Changes

- **2025-09-11** `15b32331a1ac` — 2 breaking
  - for the `query` request parameter `page`, the type/format was changed from `integer`/`int64` to `integer`/`int32`
  - for the `query` request parameter `size`, the type/format was changed from `integer`/`int64` to `integer`/`int32`
- **2024-10-21** `a06468704cbe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/target-unit-accounts/get.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/f5f4d893b86b/schema)
