---
title: "List Organizations"
method: GET
path: "/v1/accounts/{account_id}/organizations"
tags: ["Reseller"]
---

# List Organizations

`GET /v1/accounts/{account_id}/organizations`

Shows details of Organizations belonging to the account associated with your API credentials.

**Note:** This endpoint will also return a `pagination` key on the root level.  
Please refer to the [pagination section](https://api.huntress.io/docs#pagination) within our docs for more information.

## Path parameters

- `account_id` integer, required

## Query parameters

- `limit` integer
- `page_token` string
- `sort_field` 'id' | 'created_at' | 'updated_at' | 'name' | 'key'
- `sort_direction` 'asc' | 'desc'
- `name` string
- `key` string

## Response `200`

List Organizations

- object
  - `organizations` Organization[], required
    - `id` integer — A Huntress-unique identifier for the organization.
    - `agents_count` integer — Number of all agents for the organization.
    - `account_id` integer — The unique identifier of the account associated with the organization.
    - `created_at` string, date-time — A timestamp for when the organization was created, formatted as per ISO-8601.
    - `incident_reports_count` integer — Number of incident reports for the organization.
    - `key` string — The subdomain associated with the organization.
    - `logs_sources_count` integer — Number of SIEM log sources that are billable and eligible for billing.
    - `identity_provider_tenant_id` string — The Identity Provider Tenant ID associated with the organization
    - `billable_identity_count` integer — Number of billable identities for the organization.
    - `name` string — The public facing name for this organization.
    - `report_recipients` string[] — A list of emails Huntress is configured to send notification emails for the organization.
    - `sat_learner_count` integer — Number of SAT learners.
    - `updated_at` string, date-time — A timestamp for when the organization was updated, formatted as per ISO-8601.
  - `pagination` Pagination, required — Pagination model
    - `next_page_url` string
    - `next_page_token` string

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

[API](https://skmtc.net/huntress/apis/huntress-api-reference.md) · [All operations](https://skmtc.net/huntress/apis/huntress-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huntress/huntress-api-reference/revisions/94acb422c07d/schema)
