---
title: "审核加入申请"
method: PUT
path: "/organizations/{id}/join-requests/{request_id}/review"
tags: ["组织管理"]
---

# 审核加入申请

`PUT /organizations/{id}/join-requests/{request_id}/review`

通过或拒绝加入申请（仅管理员）

## Path parameters

- `id` string, required
- `request_id` string, required

## Request body

- GithubComTencentWeKnoraInternalTypesReviewJoinRequestRequest
  - `approved` boolean
  - `message` string
  - `role` 'admin' | 'editor' | 'viewer'

## Response `200`

OK

- object

## Other responses

- `403` — Forbidden

## 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/join-requests/:request_id/review/put.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/794821c045c7/schema)
