---
title: "POST /api/companies/join-requests/{id}/approve"
method: POST
path: "/api/companies/join-requests/{id}/approve"
tags: ["Companies"]
---

# POST /api/companies/join-requests/{id}/approve

`POST /api/companies/join-requests/{id}/approve`

Approves a pending join request, adding the requester to the caller's company with the chosen role. COMPANY_OWNER only.

## Path parameters

- `id` string, required

## Request body

- object
  - `role` 'EMPLOYEE' | 'COMPANY_OWNER', required

## Response `204`

No content

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-08-15** `0a6ddb3264e6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/companies/join-requests/:id/approve/post.md)

---

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