Invite tribe members
tribeunal_invite_tribe_membersInvite members to a private tribe by username or email, with independent results for each invitee so one invalid name doesn't block the rest.
Instructions
Invite people into a PRIVATE tribe you own (or any, as an admin), by username or email. Each invitee is resolved independently and reported back with its own outcome — invited / already_invited / already_member / not_found / self — so an unresolvable name does not fail the batch. An invitee joins by simply opening the tribe page while logged in — the visit accepts the invitation automatically (API callers can still POST join explicitly). Public tribes are already open to everyone, so inviting into one returns 400.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tribeId | Yes | Tribe UUID to invite people into (the tribe's uuid field, not its slug or numeric id) — private tribes only | |
| invitees | Yes | Usernames or email addresses to invite (maximum 50 per call) |