elaichi__team__get
Read one team. Returns the record directly — no envelope, no cursors — or null when the id is unknown. The record carries member_count/admin_count and a BOUNDED preview of the roster (member_preview_user_ids, admin_preview_user_ids — at most five ids each), never the whole membership: a team can hold thousands of people. Alongside the preview, members repeats those same few as { id, name, email }, so you can name them without a second call; a previewed id with no members entry has left the organization. There is no operation for the full roster — say what member_count is rather than implying the preview is everyone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Team id (`team_…`) from team.list. |