---
title: "listOrganizationMembers organizations"
method: GET
path: "/ops/organizations/{org_id}/members"
tags: ["ops"]
---

# listOrganizationMembers organizations

`GET /ops/organizations/{org_id}/members`

get all members of an organization by org id

## Path parameters

- `org_id` string, required — id of the organization

## Response `200`

OK response.

- OrganizationMembers
  - `organizationMembers` OrganizationMember[], required — list of all users linked to organization
    - `email` string, required — email of the user
    - `id` string, required — id of the user part of the organization
    - `name` string, required — name of the user

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — OrganizationNotFound: Not Found response.

---

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