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

    Interface GetEnterpriseMember

    interface GetEnterpriseMember {
        boardFields?: string;
        fields?: string;
        id: string;
        idMember: string;
        organizationFields?: string;
    }
    Index

    Properties

    boardFields?: string

    Any valid value that the nested board resource accepts.

    fields?: string

    A comma separated list of any valid values that the nested member field resource accepts.

    id: string

    ID of the enterprise to retrieve.

    idMember: string

    An ID of a member resource.

    organizationFields?: string

    Any valid value that the nested organization field resource accepts.