---
title: "List My Organizations"
method: GET
path: "/v2/organizations/mine"
tags: ["Organizations"]
---

# List My Organizations

`GET /v2/organizations/mine`

List the organizations the current user belongs to, with their role (organization:member, organization:admin, organization:owner, or organization:executive) and member count in each. Use this to check whether the user has an admin-or-above role before calling organization-scoped endpoints, which reject lower roles with 403.

## Response `200`

Default Response

- object
  - `memberships` object[], required
    - `organization` object, required
      - `id` string, uuid, required
      - `name` string, required
      - `discoveryMode` string, required
      - `createdAt` string, required
    - `role` string, required
    - `memberCount` number, required

## Other responses

- `401` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/versions/dafcf3d868a9/schema)
