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

    Interface InviteMember

    interface InviteMember {
        email: string;
        fullName?: string;
        id: string;
        type?: string;
    }
    Index

    Properties

    Properties

    email: string

    The email address of a user to add as a member of the board.

    fullName?: string

    The full name of the user to as a member of the board. Must have a length of at least 1 and cannot begin nor end with a space.

    id: string

    The ID of the board

    type?: string

    Valid values: admin, normal, observer. Determines what type of member the user being added should be of the board.