---
title: "AddProjectMemberUser adds a member to the project"
method: POST
path: "/v1/orgs/{org}/projects/{project}/members"
---

# AddProjectMemberUser adds a member to the project

`POST /v1/orgs/{org}/projects/{project}/members`

## Path parameters

- `org` string, required
- `project` string, required

## Request body

- object
  - `attributes` object — Custom attributes to set on the user's org membership (attributes are org-scoped). If the user has not signed up yet, they are stored on the org invite and applied when the invite is accepted. Setting attributes requires permission to manage org members.
  - `email` string
  - `resources` V1ResourceName[]
    - `name` string
    - `type` string
  - `restrictResources` boolean
  - `role` string

## Response `200`

A successful response.

- V1AddProjectMemberUserResponse
  - `pendingSignup` boolean

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-08-16** (v1) `abe7a430f373` — 1 info
  - added the new optional request property `attributes`
- **2025-12-17** (v1) `9d8c0d1245ce` — 2 info
  - added the new optional request property `resources`
  - added the new optional request property `restrictResources`
- **2025-12-11** (v1) `f317ff96998d` — 2 warning
  - removed the request property `resources`
  - removed the request property `restrictResources`

[Change history](https://skmtc.dev/rilldata/apis/rill-admin-api/changes/v1/orgs/:org/projects/:project/members/post.md)

---

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