Skip to content

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

ParameterTypeDefaultDescription
workspace_idrequiredstring (uuid)The workspace the project belongs to.
project_idrequiredstring (uuid)The project to add members to.
emailsrequiredstring (email)[]Emails of workspace members to add to the project. All must already be active workspace members.