Interface: TeamJoinEvent
Properties
cache_ts
cache_ts: number;
Defined in
event_ts
event_ts: string;
Defined in
type
type: "team_join";
Defined in
user
user: object;
color
color: string;
deleted
deleted: boolean;
enterprise_user?
optional enterprise_user: object;
enterprise_user.enterprise_id
enterprise_id: string;
enterprise_user.enterprise_name
enterprise_name: string;
enterprise_user.id
id: string;
enterprise_user.is_admin
is_admin: boolean;
enterprise_user.is_owner
is_owner: boolean;
enterprise_user.teams
teams: string[];
has_2fa?
optional has_2fa: boolean;