---
title: "Get Network People Access"
method: GET
path: "/v1/workspaces/{workspace}/network/people-access"
tags: ["v1", "protected", "network"]
---

# Get Network People Access

`GET /v1/workspaces/{workspace}/network/people-access`

Inspect current-workspace people's ``agent:execute`` admission.

Uses the existing workspace-management authorization gate. Membership and
ownership establish evaluation subjects; this never acts as those users.
At most 100 people and 100 agents are evaluated, with ``complete=False``
when either list is truncated. Results assume an authenticated participant
and do not represent the restrictions of a particular token or task.

An intentionally disabled membership directory exposes only the persisted
workspace owner, with ``directory_status=disabled``, ``total_people=None``
and ``complete=False``. An enabled directory that fails still returns 503.

## Path parameters

- `workspace` string, required — Slug of the workspace the request acts in

## Response `200`

Successful Response

- NetworkPeopleAccessResponse
  - `access` NetworkPersonAgentAccess[], required
    - `agent_id` string, required
    - `allowed` boolean, required
    - `reason` string, required
    - `user_id` string, required
  - `complete` boolean, required
  - `decision_source` 'agent_edge_admission'
  - `directory_status` 'available' | 'disabled'
  - `people` NetworkPerson[], required
    - `display_name` string, nullable
    - `email` string, nullable
    - `user_id` string, required
  - `total_agents` integer, required
  - `total_people` integer, nullable, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `d3ad8e1a3681` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace/network/people-access/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/286327d8bd86?raw)
