---
title: "List Teams"
method: GET
path: "/accounting/teams"
tags: ["Accounting Teams"]
---

# List Teams

`GET /accounting/teams`

Returns a list of teams. Teams act as a cost center for accounting purposes. You can use the `limit`, `page`, `sortBy` and `sortDirection` parameters to filter and sort the results.

## Query parameters

- `organizationId` string, uuid, required
- `status` 'ACTIVE' | 'DEACTIVATED'
- `limit` integer
- `page` integer
- `sortBy` 'organizationId' | 'name' | 'updatedAt'
- `sortDirection` 'ASC' | 'DESC'

## Response `200`

Ok

- object
  - `data` object[]
    - `teamId` string, uuid, required
    - `name` string, required
    - `costCenter` string — Value can be null.
    - `status` 'ACTIVE' | 'DEACTIVATED', required
    - `cardholders` object
      - `id` string, uuid — Value can be null.
  - `hasNextPage` boolean — Indicates whether there is a next page available.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
