---
title: "Get organisation by ID"
method: GET
path: "/v1/organisations/{organisationId}"
tags: ["Organisations"]
---

# Get organisation by ID

`GET /v1/organisations/{organisationId}`

## Response `200`

200 response

- Organisation
  - `organisation` object, required
    - `id` string, required
    - `name` string, required
    - `emailAddress` string, required
    - `aclObject` string — The ACL object ID of the entity.
    - `aclSubject` string — The ACL subject ID of the entity.
    - `links` object, required
      - `self` string
      - `users` string
      - `accounts` string
      - `teams` string
      - `subscription` string
      - `paymentMethod` string
      - `invitations` string
      - `s3AuditSinks` string
      - `mockHosts` string
      - `aclSubject` string
      - `aclObject` string
      - `acl` string

## Other responses

- `401` — 401 Unauthenticated response
- `403` — 403 Unauthorized response
- `404` — 404 Not Found response

---

[API](https://skmtc.net/wiremock/apis/wiremock-cloud.md) · [All operations](https://skmtc.net/wiremock/apis/wiremock-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wiremock/wiremock-cloud/versions/93bebefc672f/schema)
