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

    Interface DeactivateEnterpriseMember

    interface DeactivateEnterpriseMember {
        boardFields?: string[];
        fields?: string[];
        id: string;
        idMember: string;
        organizationFields?: string[];
        value: boolean;
    }
    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

    ID of the Member to deactive.

    organizationFields?: string[]

    Any valid value that the nested organization resource accepts.

    value: boolean

    Determines whether the user is deactivated or not.