---
title: "List the organizations that the user is part of"
method: GET
path: "/organizations"
tags: ["organizations"]
---

# List the organizations that the user is part of

`GET /organizations`

List all Bitrise organizations that the user is part of

## Response `200`

OK

- V0OrganizationListRespModel
  - `data` V0OrganizationDataModel[]
    - `avatar_icon_url` string
    - `concurrency_count` integer
    - `name` string
    - `owners` V0OrganizationOwner[]
      - `email` string
      - `slug` string
      - `username` string
    - `slug` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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