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

    Interface GetEnterpriseSignupUrl

    interface GetEnterpriseSignupUrl {
        authenticate?: boolean;
        confirmationAccepted?: boolean;
        id: string;
        returnUrl?: string;
        tosAccepted?: boolean;
    }
    Index

    Properties

    authenticate?: boolean
    confirmationAccepted?: boolean
    id: string

    ID of the enterprise to retrieve.

    returnUrl?: string

    Any valid URL.

    tosAccepted?: boolean

    Designates whether the user has seen/consented to the Trello ToS prior to being redirected to the enterprise signup page/their IdP.