---
title: "List organizations in the caller data-access scope"
method: GET
path: "/v1/organizations/accessible"
tags: ["organizations"]
---

# List organizations in the caller data-access scope

`GET /v1/organizations/accessible`

Paginated, searchable list of organizations the caller can access (self, own subtree, or delegated oversight). Parent orgs use this instead of admin directory endpoints.

## Query parameters

- `limit` number
- `offset` number
- `page_size` number
- `starting_after` string
- `search` string

## Headers

- `X-API-Key` string

## Response `200`

Paginated list of accessible organizations

- AccessibleOrganizationsListResponseDto
  - `data` OrganizationResponseDto[], required — Organizations in the caller data-access scope
    - `id` string, required — Organization ID
    - `workosOrganizationId` string, required — WorkOS Organization ID
    - `slug` string, required — Organization slug
    - `name` string, required — Organization name
    - `logoUrl` string, nullable, required — Organization logo URL
    - `domains` string[], required — Organization domains
    - `status` string, required — Organization status
    - `allowProfilesOutsideOrganization` boolean, required — Allow profiles outside organization
    - `enableMinimalRequirements` boolean, required — Whether reduced individual verification requirements are enabled
    - `bankPartnerRoutesEnabled` boolean, required — Whether banking-partner route capabilities are enabled
    - `customerId` string, nullable, required — Customer ID for the organization
    - `slackChannelId` string, nullable — Slack channel ID bound to this organization
    - `slackOpsChannelId` string, nullable — Slack channel ID for ops/compliance notifications. Falls back to slackChannelId when not set.
    - `complianceEmail` string, nullable — Email address for compliance communications
    - `metadata` object, required — Organization metadata
    - `createdAt` string, date-time, required — Organization creation date
    - `updatedAt` string, date-time, required — Organization last update date
  - `total` number, required — Total number of matching organizations
  - `limit` number, required — Limit used for pagination
  - `offset` number, required — Offset used for pagination

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials

---

[API](https://skmtc.dev/infinite/apis/infinite-api.md) · [All operations](https://skmtc.dev/infinite/apis/infinite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infinite/infinite-api/revisions/5426f2706725/schema)
