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

    Interface GetMemberOrganizations

    interface GetMemberOrganizations {
        fields?: string;
        filter?: string;
        id: string;
        paidAccount?: boolean;
    }
    Index

    Properties

    fields?: string

    all or a comma-separated list of organization fields

    filter?: string

    One of: all, members, none, public (Note: members filters to only private teams)

    id: string

    The ID or username of the member

    paidAccount?: boolean