add_team_member
Add a team member and optionally assign them to a project. Requires administrative access. This changes account access and does not send an invitation email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Member display name. | |
| role | No | team | |
| Yes | New member email address. | ||
| project_id | No | Authorized project ID, project slug, domain, or public key. Defaults to the configured project when omitted. | |
| idempotency_key | Yes | Unique request key. Reuse exactly the same key and arguments when retrying this action. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||