elaichi__team__add_member
Add an existing organization member to a team. This does not invite anyone: the person must already be a member (member.list). Anything shared with the team — toolboxes, connections — becomes available to them immediately. Returns the TEAM record, in the same shape team.get returns and with membership already re-read, so member_count includes the person you just added; it does not return a membership record, because there is no such thing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team id (`team_…`) from team.list. | |
| user_id | Yes | The person’s USER id (`usr_…`) from member.list — not a membership id, and not an email address. |