---
title: "Collaborations"
method: GET
path: "/me/collaborations"
tags: ["User"]
---

# Collaborations

`GET /me/collaborations`

Provides the set of organizations of which a user is a member or a collaborator.

The set of organizations that a user can collaborate on is composed of:

* Organizations that the current user belongs to across VCS types (e.g. BitBucket, GitHub)
* The parent organization of repository that the user can collaborate on, but is not necessarily a member of
* The organization of the current user's account

## Response `200`

Collaborations

- object[]
  - `id` string, uuid, required — The UUID of the organization
  - `vcs-type` string, required — The VCS provider
  - `name` string, required — The name of the organization
  - `avatar_url` string, required — URL to the user's avatar on the VCS
  - `slug` string, required — The slug of the organization

## Other responses

- `default` — Error response.

---

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