Skip to content

Missing is_forgotten in UsersListResponse on Member #25

@zhawtof

Description

@zhawtof

Missing is_forgotten

export interface Member {
color?: string;
deleted?: boolean;
enterprise_user?: EnterpriseUser;
has_2fa?: boolean;
id?: string;
is_admin?: boolean;
is_app_user?: boolean;
is_bot?: boolean;
is_connector_bot?: boolean;
is_email_confirmed?: boolean;
is_invited_user?: boolean;
is_owner?: boolean;
is_primary_owner?: boolean;
is_restricted?: boolean;
is_ultra_restricted?: boolean;
is_workflow_bot?: boolean;
locale?: string;
name?: string;
profile?: Profile;
real_name?: string;
team_id?: string;
two_factor_type?: string;
tz?: string;
tz_label?: string;
tz_offset?: number;
updated?: number;
who_can_share_contact_card?: string;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions