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

Authorizations

X-API-Key
string
header
required

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

Body

application/json
email
string<email>

Email to invite. Mutually exclusive with target_user_id and api_key_id.

target_user_id
string<uuid>

User UUID to add directly. The user must already exist on Raff (e.g. an existing project-only member). Mutually exclusive with email and api_key_id.

api_key_id
string<uuid>

API key UUID to grant account-level access via this membership. Mutually exclusive with email and target_user_id.

role_id
string<uuid>

Role UUID. Required.

Response

Member added (or invitation sent)

success
boolean
data
object
Last modified on May 8, 2026