---
title: "Get My Organization"
method: GET
path: "/api/admin/organizations/me"
tags: ["Admin"]
---

# Get My Organization

`GET /api/admin/organizations/me`

Get current user's organization

## Response `200`

Successful Response

- OrganizationResponse
  - `id` string, required
  - `name` string, required
  - `slug` string, required
  - `logo_url` string, nullable
  - `business_address` OrganizationBusinessAddress
    - `line1` string, nullable
    - `line2` string, nullable
    - `country` string, nullable
    - `state_or_province` string, nullable
    - `city` string, nullable
    - `postal_code` string, nullable
  - `subscription_tier` string, required
  - `max_teams` integer, required
  - `max_members_per_team` integer, required
  - `created_at` string, required
  - `is_owner` boolean

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
