Skip to main content
POST
Add project member
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Path Parameters

id
string<uuid>
required

Project ID (UUID)

Body

application/json
role_id
string<uuid>
required
target_user_id
string<uuid>

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

api_key_id
string<uuid>

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

Response

Project member added

success
boolean
data
object
Last modified on May 8, 2026