Skip to main content
JobCannon
Greenhouse Assessment Partnerbehavioural style assessment5-minute completion

Send the DISC from Greenhouse in 5 minutes

DISC inside Greenhouse is the test recruiters reach for when the conversation is about team composition, not pass-fail screening. The four-letter profile (D-I-S-C) maps to communication preferences and decision-making style — high-D candidates push for outcomes and resist process; high-S candidates need stability and consensus; high-I candidates over-index on social signal and resist solo work; high-C candidates need data and resist ambiguity. Hiring managers use DISC at the panel-feedback stage to make team-fit calls explicit instead of intuitive. The five-minute completion time also makes it the fastest screen in the catalog — useful when you need a low-friction first-impression filter.

Validity

DISC measures observable behaviour patterns (dominance, influence, steadiness, conscientiousness) rather than performance predictors. Its meta-analytic correlation with job performance is modest (.10-.15, lower than Big Five). Use it for team-fit and communication-style mapping inside Greenhouse, not as a primary hiring filter.

Send the DISC from Greenhouse

From Greenhouse admin to first scored candidate.

  1. 1

    Add the JobCannon Greenhouse integration

    From Greenhouse admin settings, add JobCannon as an Assessment Partner. Paste your Basic Auth credentials (sandbox first, production after the first test cycle). One-time setup, takes 3 minutes.

  2. 2

    Create a Greenhouse scorecard mapped to DISC dimensions

    In your job template, create a scorecard section per DISC dimension. Each dimension maps 1:1 to a numeric attribute on the Greenhouse scorecard — no provider-specific glue needed.

  3. 3

    Trigger the DISC on the candidate's stage transition

    Add "Send DISC" as an automatic action when candidates enter the assessment stage. The candidate receives a co-branded Greenhouse email and completes the 5-minute form on mobile or desktop.

  4. 4

    View the score envelope in the candidate profile

    The full DISC score envelope (dimensions, bands, narrative summary) lands in the Greenhouse candidate profile within 30 seconds of submission. Recruiters review without leaving Greenhouse.

Sample score envelope

The exact JSON shape your Greenhouse scorecard receives back. Every JobCannon assessment uses the same dimensions[].score envelope so ranking logic stays consistent across tests.

{
  "test": "disc",
  "version": "v2.1",
  "candidate_id": "gh_app_1234567",
  "completed_at": "2026-05-16T10:31:14Z",
  "duration_seconds": 312,
  "profile": "DI",
  "profile_label": "Director-Influencer",
  "dimensions": [
    {
      "code": "D",
      "label": "Dominance",
      "score": 78,
      "primary": true
    },
    {
      "code": "I",
      "label": "Influence",
      "score": 64,
      "primary": true
    },
    {
      "code": "S",
      "label": "Steadiness",
      "score": 32,
      "primary": false
    },
    {
      "code": "C",
      "label": "Conscientiousness",
      "score": 41,
      "primary": false
    }
  ],
  "narrative_summary": "Outcome-driven communicator who challenges status quo and rallies others around results. Best paired with high-S collaborators on long-cycle execution."
}

Frequently asked

Is DISC EEOC-defensible for Greenhouse hiring?+

DISC is defensible when used for team-fit input rather than as a pass-fail filter. Its predictive-validity ceiling (~.15 vs job performance) is too low to anchor a hire-decline decision without other inputs. EEOC scrutiny rises when DISC bands map to adverse impact on protected groups — keep DISC as one panel input among many, never the sole disqualifier.

How long does DISC take inside Greenhouse?+

Median candidate completion is 5 minutes on JobCannon's 24-item forced-choice form. This is the fastest assessment in the catalog and the lowest candidate-friction option for early-stage screens.

How does DISC compare to Big Five for Greenhouse hiring?+

DISC and Big Five answer different questions. Big Five predicts performance (conscientiousness × output, ρ ≈ .31). DISC describes team-fit communication patterns. Most Greenhouse customers run Big Five at the technical-screen stage and DISC at the team-fit-loop stage, not as substitutes.

What's the score envelope for DISC?+

A 2-letter primary profile (e.g. "DI" for Director-Influencer), four normalised dimension scores (D/I/S/C, 0-100), and a 1-paragraph narrative summary. Returned via Greenhouse Assessment Partner API in the standard JobCannon envelope.

Can I use DISC for engineering roles in Greenhouse?+

Useful only at the team-fit loop. Engineering performance correlates more with Big Five conscientiousness + cognitive ability than with DISC. Run DISC after technical screens to map collaboration style for pod assignment — not to gate the technical decision.

How is DISC priced for Greenhouse customers?+

Free for sandbox + first 5 invitations per month. From $99/mo on the Business tier — same flat pricing across all 22 hire-eligible tests, including DISC.

Send the DISC from Greenhouse this week

Email [email protected] with your Greenhouse tenant ID. Sandbox credentials provisioned within one business day.

Prefer to try the DISC first? Take it on JobCannon to see exactly what your candidates will see — or read the assessment API docs for the full envelope spec (Disc).