---
title: "Distributor View Grant Team Access"
method: POST
path: "/api/v1/distributor/team"
tags: ["User APIs", "distributor-view"]
---

# Distributor View Grant Team Access

`POST /api/v1/distributor/team`

Grant distributor access to a teammate on the same account, in the role
the caller chose. Scoped to the caller's own client, so an LP can only ever
grant to its own users.

## Request body

- DistributorAccessGrantRequest — Grant distributor access to one existing user of the LP.
  - `user_id` string, uuid4, required
  - `distributor_role` 'Distributor Admin' | 'Distributor User' — Additive distributor role stored directly on ``users.distributor_role`` (``distributor_role_enum`` Postgres enum), the same pattern as ``block_role``. ``DISTRIBUTOR_ADMIN`` grants access to the platform's distributor features, scoped by the user's client's distributor contract(s); ``DISTRIBUTOR_USER`` marks a non-administrative distributor user and grants no distributor-view access on its own.
  - `prompt_access` boolean, nullable

## Response `201`

Successful Response

- DistributorViewTeamMember
  - `id` string, uuid, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, required
  - `distributor_role` string, required
  - `status` string
  - `prompt_access` boolean

## 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)
