remove_user_project
Remove an organization member's assignment from a specific project. The user will no longer have direct visibility to that project (they may still see it via a customer assignment). Requires org_user_id and project_id. The organization is fixed by your context — never pass an organization id. You cannot target a user more privileged than yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Id of the project to remove the user from. | |
| org_user_id | Yes | Id of the OrganizationUser to remove from the project (not the Firebase user id). | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |