assign_user_to_project
Assign a member to a project so they can see it and log time against its tasks. Identify the member by email (preferred) or by org_user_id, and the project by project_id (discover ids with find_billing_work - never ask the user for an id). The organization is fixed by your context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email of the member to assign (preferred). Provide this OR org_user_id. | ||
| project_id | Yes | Id of the project to assign the member to (required). Must be a project in your organization. | |
| org_user_id | No | Organization-user id of the member to assign. Provide this OR email. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |