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
Response
Project member added