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

# Get My Organization

`GET /organizations/me`

## Response `200`

Successful Response

- UserOrganizationSummary
  - `organization_id` string, uuid, required
  - `organization_name` string, nullable, required
  - `is_personal` boolean, required
  - `fund_type` 'LONG_SHORT' | 'LONG_ONLY' | 'MARKET_NEUTRAL' | 'MULTI_STRATEGY'
  - `portfolio_style` 'CONCENTRATED' | 'DIVERSIFIED'
  - `time_horizon` 'SHORT_TERM' | 'MEDIUM_TERM' | 'LONG_TERM'
  - `subscription_status` 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'TRIALING' | 'ACTIVE' | 'PAST_DUE' | 'CANCELED' | 'UNPAID' | 'PAUSED', required
  - `subscription_expires_at` string, date-time, nullable
  - `product_access` ProductAccess
    - `tier` 'free' | 'free_trial' | 'paid'
    - `free_trial_ends_at` string, date-time, nullable
  - `user_type` UserType, required
    - `organization_role` 'representative' | 'seat_member', required
    - `subscription_stage` 'trial' | 'terms_pending' | 'active', required
  - `is_representative` boolean, required
  - `seat_limit` integer, nullable
  - `seats_used` integer, nullable
  - `pending_invites` integer, nullable
  - `billing_details` BillingDetails
    - `name` string, required
    - `email` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
