---
title: "List Organization Members By Api Key"
method: GET
path: "/v0/organizations/members"
tags: ["Organizations"]
---

# List Organization Members By Api Key

`GET /v0/organizations/members`

List all members of the organization associated with the API key.

For org API key: Returns all members with their roles.
For personal API key: Returns empty list.

## Response `200`

Successful Response

- OrganizationMemberResponse[]
  - `id` integer, required
  - `user_id` string, required
  - `organization_id` integer, required
  - `role_id` integer, required
  - `role_name` string, nullable
  - `created_at` string, date-time, required
  - `name` string, nullable
  - `email` string, nullable
  - `image` string, nullable
  - `bio` string, nullable
  - `timezone` string, nullable
  - `phone_number` string, nullable

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
