list_org_people
Who is in this organization and what groups exist, with each group's membership. Use it before granting access, so 'the team' resolves to actual people instead of a guess. Pass a group to see just its members. Names people and groups only — never anybody's content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | a group id or its exact name, to list just that group's members | |
| token | No | Bearer token identifying the principal. Usually omitted — supplied by the transport (HTTP Authorization header or the server's AGENTLEFS_TOKEN env). Only pass this to override. |