---
title: "Organization subscriptions"
method: GET
path: "/organizations/subscription-info"
tags: ["Organization Management"]
---

# Organization subscriptions

`GET /organizations/subscription-info`

Get subscription and plan details for organizations the user is a member of

## Query parameters

- `org_ids` string[]

## Response `200`

Organization subscription information

- OrganizationSubscriptionInfoList
  - `items` OrganizationSubscriptionInfo[], required
    - `organization` OrganizationBasicInfo, required
      - `id` string, required — Organization identifier
      - `name` string, required — Organization name
      - `owner` User, required — User details
        - `image` string — URL of the user image. If updating the image, could be a base64 encoded image.
        - `email` string, email
        - `full_name` string
        - `id` string, required
        - `name` string
        - `tier` 'EDUCATION' | 'INDIE' | 'PROFESSIONAL' | 'ENTERPRISE' | 'UNKNOWN' — The tier of the user
    - `members` MembershipInfo, required
      - `current_count` integer, required — Current number of organization members
      - `allowed_count` integer, required — Number of members allowed by subscription
    - `storage` StorageInfo, required
      - `current_gb` number, float, required — Current storage usage in GB
      - `allowed_gb` integer, required — Storage allowed by subscription in GB
    - `subscription` SubscriptionInfo, required
      - `is_on_trial` boolean, required — Whether the organization is on trial
      - `trial_end_time` string, date-time, nullable — When the trial ends (if on trial)
      - `in_exception_list` boolean, required — Whether the organization is in the exception list
      - `has_subscription_diff` boolean, required — Whether there are subscription breaches (usage exceeds plan)

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/diversion/apis/diversion-core-api.md) · [All operations](https://skmtc.net/diversion/apis/diversion-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diversion/diversion-core-api/revisions/38a18aba804b/schema)
