---
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

---

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