---
title: "Grant dashboard access"
method: POST
path: "/v1/dashboards/{dashboardId}/access"
tags: ["Dashboards"]
---

# Grant dashboard access

`POST /v1/dashboards/{dashboardId}/access`

Assigns a dashboard to one member, one team, or the whole organization — the same subject model connector assignment grants use. Regranting a revoked subject reactivates the existing grant.

## Path parameters

- `dashboardId` string, typeid, required

## Request body

- object
  - `orgMembershipId` string, typeid — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
  - `teamId` string, typeid — Den TypeID with 'tem_' prefix and a 26-character base32 suffix.
  - `orgWide` boolean
  - `role` 'viewer' | 'editor' | 'manager', required

## Response `201`

Dashboard access granted successfully.

- DashboardAccessResponse
  - `ok` true, required
  - `item` DashboardAccessGrant, required
    - `id` string, required
    - `orgMembershipId` string, nullable, required
    - `teamId` string, nullable, required
    - `orgWide` boolean, required
    - `role` 'viewer' | 'editor' | 'manager', required
    - `createdByOrgMembershipId` string, required
    - `createdAt` string, date-time, required
    - `removedAt` string, date-time, nullable, required

## Other responses

- `400` — The grant request was invalid.
- `401` — The caller must be signed in.
- `403` — Only workspace owners and admins can grant dashboard access.
- `404` — The dashboard, member, or team was not found.

## Changes

- **2026-08-26** `d80eb05462b3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/dashboards/:dashboardId/access/post.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/571dc4a74532/schema)
