---
title: "GET /user/memberships"
method: GET
path: "/user/memberships"
tags: ["users"]
---

# GET /user/memberships

`GET /user/memberships`

Get memberships that the user has accepted.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Response

- object
  - `items` MembershipWithTeam[], required
    - `role` string, required
    - `team` Team, required — CloudQuery Team
      - `created_at` string, date-time
      - `name` string, required — The unique name for the team.
      - `plan` 'free' | 'paid' | 'enterprise' | 'trial', required — The plan the team is on (trial is deprecated)
      - `plan_end_time` string, date-time
      - `is_trial_active` boolean, required
      - `trial_end_time` string, date-time
      - `trial_eligible` boolean, required — The team has not had its trial yet and will start one on its first sync that reports rows.
      - `display_name` string, required — The team's display name
      - `internal` boolean, required
  - `metadata` ListMetadata, required
    - `total_count` integer
    - `last_page` integer
    - `page_size` integer, required
    - `time_ms` integer

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `500` — Internal Error

## Changes

- **2026-08-11** `ef9782a3ed5e` — 1 info
  - added the required property `items/items/team/trial_eligible` to the response with the `200` status

[Change history](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/changes/user/memberships/get.md)

---

[API](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/revisions/ef9782a3ed5e/schema)
