add_project_members
Add existing workspace members to a project by email.
Every email must already be an active member of the project's workspace (invite them
to the workspace first with invite_member). The add is all-or-nothing and idempotent.
Requires workspace project-edit permission plus being a project member (workspace
admins are exempt).
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
workspace_idrequired | string (uuid) | — | The workspace the project belongs to. |
project_idrequired | string (uuid) | — | The project to add members to. |
emailsrequired | string (email)[] | — | Emails of workspace members to add to the project. All must already be active workspace members. |