Add account member
Members
Add Member
Add a new member to the account. There are three ways:
- Email invitation — pass
emailonly. An invitation is sent; the recipient accepts it from the dashboard. The member appears inpendingstatus until accepted. Equivalent to callingPOST /api/v1/invitationsdirectly. - Direct add — pass
target_user_idfor a user who already has an account on Raff (e.g. a project-only user being promoted to account member). - API key — pass
api_key_idto make an existing API key a member with the given role. Mutually exclusive withemailandtarget_user_id.
POST
Add account member
Updated May 8, 2026
Authorizations
API key for authentication. Each key is bound to a specific account.
Body
application/json
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.
Last modified on May 8, 2026