---
title: "Get license summary for an organization"
method: GET
path: "/api/v1/organizations/{orgId}/license-summary"
tags: ["crm"]
---

# Get license summary for an organization

`GET /api/v1/organizations/{orgId}/license-summary`

## Path parameters

- `orgId` string, uuid, required

## Response `201`

- OrganizationsLicenseSummaryResponseDTO
  - `availableSeats` number, nullable, required — Number of seats available (can be negative when over capacity, null when unlimited)
  - `hasUnlimitedLicenses` boolean, required — Whether the organization has unlimited licenses
  - `pendingInvites` integer, required — Number of pending invitations sent to potential users
  - `registeredUsers` integer, required — Number of users currently registered in the organization
  - `totalSeats` integer, required — Total number of seats/licenses allocated to the organization

---

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