---
title: "Approve or reject access request"
method: POST
path: "/api/auth/access-requests"
tags: ["Auth"]
---

# Approve or reject access request

`POST /api/auth/access-requests`

## Request body

- object
  - `id` integer, required
  - `action` 'approve' | 'reject', required
  - `role` 'admin' | 'operator' | 'viewer'

## Response `200`

Request processed

- object
  - `success` boolean

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions

## Changes

> 27 revisions in range; 1 could not be searched.

- **2026-03-02** `39aff788d955` — 3 info
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/auth/access-requests/post.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
