For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SalesGet Support
HomeGuidesAPI reference
HomeGuidesAPI reference
  • Get started
    • Quickstart—Verify a Business
    • Quickstart—Register an entity for payroll taxes
    • Learn how Middesk works
    • Security
    • Changelog
  • Build with Middesk
    • Get your API keys
    • Understand API changes
    • Status codes and errors reference
    • Implement webhooks
    • Secure webhooks
    • Use GraphQL
    • Connect MCP
  • Verify a business (KYB)
    • Verify TIN
    • Verify name and address
    • Verify Secretary of State status
    • Verify owners and officers
    • Screen for sanctions and watchlists
    • Search for adverse media
    • Search for Politically Exposed Persons
    • Implement KYC
    • Discover connections
    • Evaluate online presence
    • Assess credit risk
    • Accelerate onboarding
    • Monitor business activity
    • Manage business entities
      • Learn the registration lifecycle
      • Register an entity for payroll taxes
      • Configure webhooks for entity management
        • Invite employers
        • Registration items labels and keys
        • Optional parameters for registration requests
        • Tax registration items
        • Jurisdiction registration status
        • Partner integration endpoints
        • Sandbox guide
    • Work with agents
LogoLogo
Contact SalesGet Support
On this page
  • Send self sign-up referral links with the Dashboard
  • Directly add child accounts with the Dashboard
  • Bulk upload a CSV with the Dashboard
  • Create a company with the API
  • Create a registration request with the API
Manage business entitiesReferences

Invite employers

Was this page helpful?
Previous

Registration items labels and keys

Next
Built with

Partners can invite employers (child accounts) to use Middesk in several ways.

Invite employers from the Partner Dashboard

Send self sign-up referral links with the Dashboard

On the Partner Dashboard, use the Share referral link option to generate a link that enables employer self-sign-up. When completed, the sign-up form creates a new child account under the partner account. Employers then initiate enabled registrations from their employer dashboard.

Self sign-up referral link form

Directly add child accounts with the Dashboard

Add individual employers directly from the Partner Dashboard with the Invite a single employer option.

This creates employer accounts without requiring user emails or specific registrations. Request registrations from the Partner Dashboard later, as needed.

Direct add child account

Bulk upload a CSV with the Dashboard

Use the Bulk Invite via CSV option on the Partner Dashboard to upload a CSV with multiple child accounts and at least one requested state registration. The system creates new accounts for any employers and contact emails not already under the partner account.

The CSV must include the required columns:

ColumnRequiredDescription
Legal Business NameYesCompany name for employer account
Business Contact EmailYesEmail for user on employer account
stateYesState abbreviation (for example, CA) to request registration for
State Unemployment InsuranceYesyes or no whether SUI should be requested
State Withholding AccountYesyes or no whether WH should be requested
External IDNoExternal ID for company to track on dashboard

Create a company with the API

Using the Create Company endpoint, directly create a child account or company with the API. This results in a company_id that partners can use to create applications or registration requests with the API.

Create a registration request with the API

Using the Create Registration Request endpoint, create a child account and request a registration in a single API call. This uses the provided company_name and email request parameters to do a “find or create” on a child account with that information under the partner account.

Get a demo
Contact your account manager or contact sales to inquire about access.