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

    Interface UpdateMemberOnBoard

    interface UpdateMemberOnBoard {
        id: string;
        idMembership: string;
        memberFields?: string;
        type: string;
    }
    Index

    Properties

    id: string

    The id of the board to update

    idMembership: string

    The id of a membership that should be added to this board.

    memberFields?: string

    Valid values: all, avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

    type: string

    One of: admin, normal, observer. Determines the type of member that this membership will be to this board.