---
title: "Retrieves the current user associated accounts"
method: GET
path: "/v1.0/installation/accounts"
tags: ["Installation accounts"]
---

# Retrieves the current user associated accounts

`GET /v1.0/installation/accounts`

## Query parameters

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

## Response `200`

OK

- AccountSearchResults
  - `accounts` AccountSearchResultsInfoDTO[]
    - `id` integer
    - `name` string
    - `emitterId` string
    - `status` 'UNAPPROVED' | 'DENIED' | 'NEW' | 'LIVE' | 'DEEMED_WITHDRAWN' | 'PERMIT_REFUSED' | 'AWAITING_SURRENDER' | 'SURRENDERED' | 'AWAITING_REVOCATION' | 'REVOKED' | 'AWAITING_TRANSFER' | 'TRANSFERRED'
    - `legalEntityName` string
  - `total` integer

## Other responses

- `500` — Internal Server Error

---

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