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

## Changes

- **2025-08-22** `bf068acab677` — 5 info
  - added the optional property `accounts/items/id` to the response with the `200` status
  - added the optional property `accounts/items/name` to the response with the `200` status
  - added the optional property `accounts/items/organisationId` to the response with the `200` status
  - added the optional property `accounts/items/status` to the response with the `200` status
  - …1 more

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

---

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