Trello.js - API library
    Preparing search index...

    Interface GetMember

    interface GetMember {
        actions?: string;
        boardBackgrounds?: string;
        boards?: string;
        boardsInvited?: string;
        boardsInvitedFields?: string[];
        boardStars?: boolean;
        cards?: string;
        customBoardBackgrounds?: string;
        customEmoji?: string;
        customStickers?: string;
        fields?: string[] | "all";
        id: string;
        notifications?: string;
        organization?: { fields?: string | string[]; paidAccount?: boolean };
        organizationFields?: string[] | "all";
        organizationPaidAccount?: boolean;
        organizations?: string;
        organizationsInvited?: string;
        organizationsInvitedFields?: string[] | "all";
        paidAccount?: boolean;
        savedSearches?: boolean;
        tokens?: "all" | "none";
    }
    Index

    Properties

    actions?: string
    boardBackgrounds?: string

    One of: all, custom, default, none, premium

    boards?: string
    boardsInvited?: string

    all or a comma-separated list of: closed, members, open, organization, pinned, public, starred, unpinned

    boardsInvitedFields?: string[]

    all or a comma-separated list of board fields

    boardStars?: boolean

    Whether to return the boardStars or not

    cards?: string

    See the Cards Nested Resource for additional options

    customBoardBackgrounds?: string

    all or none

    customEmoji?: string

    all or none

    customStickers?: string

    all or none

    fields?: string[] | "all"

    all or a comma-separated list of member fields

    id: string

    The ID or username of the member

    notifications?: string
    organization?: { fields?: string | string[]; paidAccount?: boolean }

    Type declaration

    • Optionalfields?: string | string[]

      all or a comma-separated list of organization fields

    • OptionalpaidAccount?: boolean
    organizationFields?: string[] | "all"

    Use organization: { fields } instead.

    all or a comma-separated list of organization fields

    organizationPaidAccount?: boolean

    Use organization: { paidAccount } instead.

    organizations?: string

    One of: all, members, none, public

    organizationsInvited?: string

    One of: all, members, none, public

    organizationsInvitedFields?: string[] | "all"

    all or a comma-separated list of organization fields

    paidAccount?: boolean
    savedSearches?: boolean
    tokens?: "all" | "none"

    all or none