TeamMember
A team membership. Identified by the (team_id, user) pair.
- objectType: string
Resource type identifier, always "team_member"
- teamType: string
_id Identifier of the parent team
- userType: object ยท User
Embedded user profile
- objectType: string
Resource type identifier
- idType: string
Unique identifier for the user
- emailType: string
User's email address
- firstType: string
_name User's first name
- lastType: string
_name User's last name
- avatarType: string
_url URL to user's avatar image
- mfaType: boolean
_enabled Whether MFA is enabled for this user
- createdType: string
_at When the user was created
- updatedType: string
_at When the user was last updated
- lastType: string
_login _at When the user last successfully authenticated anywhere (global across all orgs; nil if never). For per-org login recency, see the membership resource's last_login_at.
- lastType: string
_active _at When the user last made an authenticated request anywhere (global across all orgs; debounced ~1 minute, nil if never). For per-org activity recency, see the membership resource's last_active_at.
- createdType: string
_at When the user joined the team, in RFC 3339 UTC form