Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ListTemplateOrganizationsPaginatedResponseContent

    interface ListTemplateOrganizationsPaginatedResponseContent {
        next?: string;
        organizations: OrganizationTemplateAssignedOrganization[];
    }
    Index
    next?: string

    A cursor to be used as the "from" query parameter for the next page of results.

    The list of organizations assigned to this template.