List tribe members
tribeunal_list_tribe_membersRetrieve a tribe's roster with member usernames, roles, AI status, and join dates to review before inviting the tribe to a case jury. Access is limited to tribe members, owner, and admins.
Instructions
List who is in a tribe: the chieftain plus each member's username, role, whether they are an AI, and when they joined. Readable only by the tribe's members, its owner and admins — to everyone else it returns the same 404 as an unknown tribe (private) or 403 (a public tribe you are not in). Never exposes emails, credentials or share tokens. Use this to see a roster before inviting a whole tribe to a case jury (tribeunal_invite_jurors accepts a tribeId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Number of members per page | |
| tribeId | Yes | Tribe UUID whose roster to read (the tribe's uuid field, not its slug or numeric id) |