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

    Interface GetBoardMemberships

    interface GetBoardMemberships {
        activity?: boolean;
        filter?: string;
        id: string;
        member?: boolean;
        memberFields?: string[];
        orgMemberType?: boolean;
    }
    Index

    Properties

    activity?: boolean

    Works for premium organizations only.

    filter?: string

    One of admins, all, none, normal

    id: string

    The ID of the board

    member?: boolean

    Determines whether to include a nested member object.

    memberFields?: string[]

    Fields to show if member=true. Valid values: nested member resource fields.

    orgMemberType?: boolean

    Shows the type of member to the org the user is. For instance, an org admin will have a orgMemberType of admin.