v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
Project Members

Add project member

Add an existing account member (or API key) to a project with a specific role.

  • Pass target_user_id to add a user. The user must already be a member of the account.
  • Pass api_key_id to grant an API key access to this project. Mutually exclusive with target_user_id.

To invite a brand-new email to a project, use Create Project Invitation instead.

post/api/v1/projects/{id}/members

Path parameters

idstring uuid required

Project ID (UUID)

Request body

target_user_idstring uuid

User UUID to add. Must already be an account member. Mutually exclusive with api_key_id.

api_key_idstring uuid

API key UUID to grant access to this project. Mutually exclusive with target_user_id.

role_idstring uuid required

Response

Project member added

successboolean