---
title: "Get all teams in an organisation"
method: GET
path: "/v1/organisations/{organisationId}/teams"
tags: ["Teams"]
---

# Get all teams in an organisation

`GET /v1/organisations/{organisationId}/teams`

## Response `200`

200 response

- Teams
  - `teams` TeamData[]
    - `id` string, required
    - `name` string, required
    - `aclObject` string — The ACL object ID of the entity.
    - `aclSubject` string — The ACL subject ID of the entity.
    - `links` object, required
      - `organisation` string
      - `aclSubject` string
      - `aclObject` string
      - `acl` string
  - `meta` PaginationMeta
    - `start` integer, required — The starting index of the current page
    - `end` integer, required — The ending index of the current page
    - `total` integer, required — The total number of items available
    - `page` integer, required — The current page number
    - `totalPages` integer, required — The total number of pages available
  - `links` PaginationLinks
    - `self` string, required — URL path to the user's APIs with optional query parameters

## 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/revisions/93bebefc672f/schema)
