Employer documents

Upload and view all of an employer's documents.

Available as:
Employer documents

Employer document list experience

This employer facing experience provides a employer user access to view their payroll documents, including employer documents and all worker documents across their workforce. This includes:

Employer documents - Documents directly owned by the employer:

  • Tax filings and compliance documents
  • Quarterly reports and summaries
  • Setup and onboarding documentation
  • Other employer-related materials

Worker documents - Documents associated with individual workers employed by the employer:

  • Tax forms (W-2s, 1099s, etc.)
  • Worker onboarding and setup documents
  • Other worker-related materials

Options

NameTypeDescription
userTokenStringRequired. A User Token with EMPLOYER_ADMIN access role for the specified Employer.
employerIdStringRequired. The id of the Employer.

Refer to the reference on creating elements for the additional options that are available to all elements.

Embedded usage

Element name: employer-documents

Refer to the guide on how to embed an Element with Salsa.js for more detailed instructions.

Example

salsa.elements.create('employer-documents', {
  userToken: 'eyJhbGciO...ajs0Wqw', 
  employerId: 'er_e8343fc7-9d63-4cc5-81ed-c573fc666d37'
});