create_team_member_invite
Invite a team member to this company and return a one-time MCP accept token. The invited user must verify an email code through accept_team_invite_request and accept_team_invite_verify before membership and API key issuance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional display name for a new user | |
| role | No | Team member role to grant on acceptance | staff |
| Yes | Invitee email address | ||
| modules | No | Optional legacy module list to attach to the company member | |
| permissions | No | Optional structured module permissions to attach to the company member | |
| expiresInHours | No | Invite lifetime in hours. Defaults to 72, max 336. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |