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

    Interface UpdateOrganizationMember

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

    Properties

    Properties

    email: string

    An email address

    fullName: string

    Name for the member, at least 1 character not beginning or ending with a space

    id: string

    The ID or name of the organization

    type?: string

    One of: admin, normal