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

# Retrieves the current user associated organisation accounts

`GET /v1.0/organisation/accounts`

## Query parameters

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

## Response `200`

OK

- AccountSearchResults
  - `accounts` OrganisationAccountSearchResultsInfoDTO[]
    - `id` integer
    - `name` string
    - `organisationId` string
    - `status` 'AWAITING_APPROVAL' | 'LIVE' | 'DENIED' | 'CLOSED'
  - `total` integer

## Other responses

- `500` — Internal Server Error

---

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