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

    Interface GetOrganizationMemberships

    interface GetOrganizationMemberships {
        filter?: string;
        id: string;
        member?: boolean;
    }
    Index

    Properties

    Properties

    filter?: string

    all or a comma-separated list of: active, admin, deactivated, me, normal

    id: string

    The ID or name of the organization

    member?: boolean

    Whether to include the Member objects with the Memberships