Team
An organization team. Teams group org members for shared configuration. Each org has exactly one system team named "General" which is created automatically and cannot be deleted. The member_preview field is a capped, embedded snapshot of the team's most-recently-active members so frontends can render avatar stacks without a second round-trip. Use /teams/{team_id}/members for the full paginated list.
- objectType: string
Resource type identifier, always "team"
- idType: string
Stable identifier for the team
- orgType: string
_id Identifier of the owning organization
- nameType: string
Display name (e.g. "General", "London")
- slugType: string
URL-safe slug, unique within the org
- isType: boolean
_system True when this is the org's system team. Its slug is locked and the row cannot be deleted; name and other fields remain editable.
- memberType: object · TeamMemberPreview
_preview Capped preview of the team's most-recently-active members, plus the team's full member count. Always present; empty for newly created teams or when preview enrichment fails.
- objectType: string
Resource type identifier, always "team_member_preview"
- itemsType: array object[] · TeamMember[]
Up to PreviewMemberLimit members, ordered by most-recently-active first.
A team membership. Identified by the (team_id, user) pair.
- totalType: integer
_count Total number of members in the team. May exceed len(items).
- createdType: string
_at Creation timestamp in RFC 3339 UTC form
- updatedType: string
_at Last-update timestamp in RFC 3339 UTC form