---
title: "KBUserList"
method: GET
path: "/api/v1/knowledge_base/user/list"
tags: ["knowledge_base"]
---

# KBUserList

`GET /api/v1/knowledge_base/user/list`

KBUserList

## Query parameters

- `kb_id` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` V1KBUserListItemResp[]
    - `account` string
    - `id` string
    - `perms` '' | 'not null' | 'full_control' | 'doc_manage' | 'data_operate'
    - `role` 'admin' | 'user'
  - `message` string
  - `success` boolean

---

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