# 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. |
