---
title: "Grant project access to a user"
method: POST
path: "/users/{user_id}/project-access"
tags: ["User Access"]
---

# Grant project access to a user

`POST /users/{user_id}/project-access`

Adds the user to one or more specified projects.

## Request body

- object[]
  - `project_id` string, required — ID of the project.
  - `permissions` string[], required — An array of project permissions.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
