---
title: "POST /v4/campaigns/{id}/access/grant"
method: POST
path: "/v4/campaigns/{id}/access/grant"
tags: ["Campaign Privacy"]
---

# POST /v4/campaigns/{id}/access/grant

`POST /v4/campaigns/{id}/access/grant`

Grant access to a private campaign for a specific address.

## Request body

- object
  - `userAddress` string, required — Ethereum address to grant/revoke access
  - `canManageAccess` boolean — Whether the user can manage (grant/revoke) access for others

## Response `200`

Response for status 200

- object
  - `success` boolean, required
  - `message` string, required

---

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