Invite a workspace member
dropthis_invite_memberInvite a person to a team workspace by email, assigning admin or member role. Generates a pending invitation that the recipient accepts through their own connection.
Instructions
Invite an email to a team workspace as admin or member (owner is transferred, never invited). Requires a team-scoped credential (ADR-0068: members:write; owner/admin). role defaults to member. Returns the pending invitation; the invitee accepts it via dropthis_accept_invitation (their own agent/connection). Use dropthis_workspaces to find the workspace id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | The role to grant on join: admin or member (default member). | |
| Yes | The email address to invite. | ||
| workspace | Yes | The workspace id to invite into (see dropthis_workspaces). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| role | No | ||
| No | |||
| status | No | ||
| createdAt | No | ||
| expiresAt | No | ||
| acceptedAt | No | ||
| workspaceId | No |