---
title: "Distributor View Set Team Prompt Access"
method: PUT
path: "/api/v1/distributor/team/{member_id}/prompt-access"
tags: ["User APIs", "distributor-view"]
---

# Distributor View Set Team Prompt Access

`PUT /api/v1/distributor/team/{member_id}/prompt-access`

Set whether a teammate gets the MCP Prompts tab.

A Distributor Admin distributes the grant across their own roster; Carbon
Arc still decides whether the distributor has it at all, since setting it
on your own row is rejected. One PUT rather than grant/revoke siblings —
``users.prompt_access`` is a single boolean and the roster drives it from a
toggle.

## Path parameters

- `member_id` string, uuid, required

## Request body

- DistributorViewPromptAccessRequest — The value a Distributor Admin is setting a teammate's prompt access to. A bare bool rather than separate grant/revoke routes — the grant is one, and the roster drives it from a toggle.
  - `prompt_access` boolean, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
