openai_add_project_user
Add an existing organization member to a project with an owner or member role. Use this when the user is already in the organization and needs access to a specific project.
Instructions
Add an existing organization member to a project.
The user must already be a member of the organization (see
openai_invite_user / openai_list_users) — this call cannot invite
someone new to the org.
Args:
project_id: The project's ID (see openai_list_projects).
user_id: The organization member's user ID (see openai_list_users).
role: Project role to grant — `owner` or `member`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| user_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |