All posts
Guide·Apr 12, 2026·6 min read

Workday customers list: 30+ public Workday tenants you can query in 2026

Workday powers HR for thousands of enterprises. Here's a curated list of well-known Workday customers whose public job postings you can pull through one API — plus how to discover any tenant yourself.

EN

Eng team

Engineering

A Workday customers list is one of the most-asked research questions in HR-tech: who actually uses Workday for HR and recruiting? Workday powers HR for over 10,500 enterprises globally — including roughly half the Fortune 500 — but they don’t publish a complete list, so the answer takes some digging.

We index every public Workday tenant we can find. Here’s a curated sample of well-known Workday customers, plus the exact pattern for discovering any tenant yourself.

How to spot a Workday tenant

Every Workday customer with a public careers page exposes it at a predictable URL pattern:

https://{company}.wd{N}.myworkdayjobs.com/{tenant}/...

Where {N} is a Workday data-center region (1, 3, 5, etc.) and {tenant} is the company’s tenant slug. Example: Stripe’s careers page is at stripe.wd1.myworkdayjobs.com/StripeCareers. If you land on a careers page and the URL contains myworkdayjobs.com, you’ve found a Workday tenant.

Notable companies that use Workday (sample)

A non-exhaustive list of well-known organizations whose public job postings sit on Workday:

  • Adobe
  • Salesforce
  • Stripe
  • Disney
  • Target
  • AT&T
  • Bank of America
  • Wells Fargo
  • Visa
  • Intuit
  • Netflix
  • LinkedIn
  • Pinterest
  • T-Mobile US
  • Boeing
  • Goldman Sachs
  • Caterpillar
  • General Electric
  • Liberty Mutual
  • Aon
  • Royal Caribbean
  • Sonos
  • Lyft
  • Toyota
  • The New York Times
  • The Washington Post
  • Schroders
  • Tesco
  • Siemens
  • McGraw-Hill

This is a sample of roughly the top 30 by name recognition. JobsPipe indexes 500+ public Workday tenants today, growing weekly as new companies onboard.

Querying all Workday tenants through one API

Hitting tenant URLs directly works for one or two companies. If you need every Workday tenant’s jobs, the operational pain (Akamai bot management, 10k result caps, per-tenant URL variation) makes a managed source much cheaper. JobsPipe ships a single endpoint:

curl https://api.jobspipe.dev/v1/jobs \
  -H "Authorization: Bearer $JOBSPIPE_KEY" \
  -G \
  -d "source=workday"             # all Workday tenants
  # or scope to one company:
  -d "company=adobe"

Same normalized JSON schema as every other source — title, parsed compensation, normalized location, posted_at, apply_url back at the original Workday listing.

Related research

Query every Workday tenant’s public jobs — free tier, no credit card.

Get a free API key