---
title: "List organization memberships"
method: GET
path: "/user/organizations"
tags: ["user"]
---

# List organization memberships

`GET /user/organizations`

List organizations that the currently authenticated user is a member of.

## Query parameters

- `limit` integer
- `next` string

## Response `200`

default response

- PaginatedOrganizationResults
  - `count` integer, required
  - `nextPageToken` string
  - `records` OrganizationDataResponse[], required
    - `avatarUrl` string
    - `baseUrl` string
    - `created` string, date-time, required
    - `displayName` string
    - `id` string, required
    - `type` 'DEFAULT' | 'MEMBERS_ONLY' | 'INTEGRATIONS' | 'ONTOLOGIES' | 'ANALYSIS' | 'CATALOG_ENVIRONMENT' | 'CATALOG_SANDBOX_ENVIRONMENT' | 'CATALOG_SOURCES' | 'CATALOG_CONFIG' — Indicates organization type.
    - `updated` string, date-time, required

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
