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

    Interface AddMemberToBoard

    interface AddMemberToBoard {
        allowBillableGuest?: boolean;
        id: string;
        idMember: string;
        type: string;
    }
    Index

    Properties

    allowBillableGuest?: boolean

    Optional param that allows organization admins to add multi-board guests onto a board.

    id: string

    The id of the board to update

    idMember: string

    The id of the member to add to the board.

    type: string

    One of: admin, normal, observer. Determines the type of member this user will be on the board.