Auth0 Node.js SDK - v7.2.0
    Preparing search index...

    Variable OrganizationSortFieldEnumConst

    OrganizationSortFieldEnum: {
        Name: "name";
        DisplayName: "display_name";
        CreatedAt: "created_at";
    } = ...

    Field name to sort results by in ascending order only. Defaults to insertion order (oldest first) if not provided.

    Type Declaration

    • ReadonlyName: "name"
    • ReadonlyDisplayName: "display_name"
    • ReadonlyCreatedAt: "created_at"