---
title: "List Memberships"
method: GET
path: "/api/v2/organization_memberships"
tags: ["Organization Memberships"]
---

# List Memberships

`GET /api/v2/organization_memberships`

Returns a list of organization memberships for the account, user or organization in question.

**Note**: When returning organization memberships for a user, organization memberships are sorted with the default organization first, and then by organization name.

#### Pagination

* Cursor pagination (recommended)
* Offset pagination

See [Pagination](/api-reference/introduction/pagination/).

Returns a maximum of 100 records per page.

#### Allowed For

- Agents
- End users

## Query parameters

- `page[before]` string
- `page[after]` string
- `page[size]` integer

## Response `200`

Success response

- OrganizationMembershipsResponse
  - `organization_memberships` OrganizationMembershipObject[]
    - `created_at` string, date-time — When this record was created
    - `default` boolean, nullable, required — Denotes whether this is the default organization membership for the user. If false, returns `null`
    - `id` integer — Automatically assigned when the membership is created
    - `organization_id` integer, required — The ID of the organization associated with this user, in this membership
    - `organization_name` string — The name of the organization associated with this user, in this membership
    - `updated_at` string, date-time — When this record last got updated
    - `url` string — The API url of this membership
    - `user_id` integer, required — The ID of the user for whom this memberships belongs
    - `view_tickets` boolean — Denotes whether the user can or cannot have access to all organization's tickets.

## Changes

> 29 revisions in range; 1 not diffed.

- **2025-06-12** `edbf399da815` — 3 info
  - added the new optional `query` request parameter `page[after]`
  - added the new optional `query` request parameter `page[before]`
  - added the new optional `query` request parameter `page[size]`

[Change history](https://skmtc.dev/botbrains-io/apis/support-api/changes/api/v2/organization_memberships/get.md)

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
