Add a new member to the account. There are three ways:
email only. An invitation is sent; the recipient accepts it from the dashboard. The member appears in pending status until accepted. Equivalent to calling POST /api/v1/invitations directly.target_user_id for a user who already has an account on Raff (e.g. a project-only user being promoted to account member).api_key_id to make an existing API key a member with the given role. Mutually exclusive with email and target_user_id.Updated May 8, 2026Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Each key is bound to a specific account.
Email to invite. Mutually exclusive with target_user_id and api_key_id.
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 UUID to grant account-level access via this membership. Mutually exclusive with email and target_user_id.
Role UUID. Required.