---
title: "获取组织成员列表"
method: GET
path: "/organizations/{id}/members"
tags: ["组织管理"]
---

# 获取组织成员列表

`GET /organizations/{id}/members`

获取组织的所有成员（按空间）

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComTencentWeKnoraInternalTypesListMembersResponse
  - `members` GithubComTencentWeKnoraInternalTypesOrganizationMemberResponse[]
    - `avatar` string
    - `email` string
    - `id` string
    - `joined_at` string
    - `representative_user_id` string
    - `role` string
    - `tenant_id` integer
    - `tenant_name` string
    - `user_id` string
    - `username` string
  - `total` integer

## Changes

- **2026-02-26** `3762795e29b6` — 1 info
  - endpoint added
- **2025-12-16** `edf61e68559d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/organizations/:id/members/get.md)

---

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