---
title: "Add user project access to collection"
method: POST
path: "/collections/user_project_access"
tags: ["Collections"]
---

# Add user project access to collection

`POST /collections/user_project_access`

Grant user access to projects within a collection

## Request body

- UserCollectionAccess
  - `collection_id` integer
  - `user_id` integer
  - `permissions` 'view' | 'edit' | 'admin' — Single collection ACL role per grant (stored as one value in `editor_collection_acl.permissions`).

## Response `200`

successful operation

---

[API](https://skmtc.net/worldbank/apis/metadata-editor-api.md) · [All operations](https://skmtc.net/worldbank/apis/metadata-editor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldbank/metadata-editor-api/revisions/f4c8258bab5a/schema)
