---
title: "Get verified sub-organizations"
method: POST
path: "/public/v1/query/list_verified_suborgs"
tags: ["Organizations"]
---

# Get verified sub-organizations

`POST /public/v1/query/list_verified_suborgs`

Get all email or phone verified suborg IDs associated given a parent org ID.

## Request body

- V1GetVerifiedSubOrgIdsRequest
  - `organizationId` string, required — Unique identifier for the parent organization. This is used to find sub-organizations within it.
  - `filterType` string — Specifies the type of filter to apply, i.e 'EMAIL', 'PHONE_NUMBER'.
  - `filterValue` string — The value of the filter to apply for the specified type. For example, a specific email or phone number string.
  - `paginationOptions` V1Pagination
    - `limit` string — A limit of the number of object to be returned, between 1 and 100. Defaults to 10.
    - `before` string — A pagination cursor. This is an object ID that enables you to fetch all objects before this ID.
    - `after` string — A pagination cursor. This is an object ID that enables you to fetch all objects after this ID.

## Response `200`

A successful response.

- V1GetVerifiedSubOrgIdsResponse
  - `organizationIds` string[], required — List of unique identifiers for the matching sub-organizations.

## Other responses

- `default` — An unexpected error response.

---

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