---
title: "Generate Employee or Contractor Dashboard Link"
method: POST
path: "/"
---

# Generate Employee or Contractor Dashboard Link

`POST /`

## Request body

- object
  - `partnerID` string, required — ID of the partner
  - `companyID` string, required — ID of the company
  - `employeeID` string — ID of the employee
  - `contractorID` string — ID of contractor
  - `embedded_page` 'dashboard-worker' | 'profile-worker' | 'wallet' — By specifying the particular page you want to embed, the embedded component will show just that page and no sidebar. Can take the values of `dashboard-worker` (worker dashboard home page), `profile-worker` (worker profile page), or `wallet` (worker instant pay wallet).
  - `use_mfa` boolean — If true, MFA will be required when accessing the worker dashboard
  - `mfa_methods` 'email' | 'sms' — If not specified and `use_mfa` is true, both mfa options will be shown

## Response `200`

200

- object
  - `success` boolean
  - `url` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
