v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Company Team Setup

This Component allows an employer to set up and manage their workplaces, employees, and contractors.

post/companies/{company}/components/team_setup

Path parameters

companystring required

ID of the company for which a component link will be generated

Request body

signer_namestring

The name of the person who has permission to onboard on behalf of the company.

signer_titlestring

The title of the person who has permission to onboard on behalf of the company (e.g. "Officer", "Manager", etc.).

emailstring

The email of the person who has permission to onboard on behalf of the company

signatorystring

The ID of the signatory object for this company. You may use either a signatory ID or the three body params above

Response

200

urlstring

Example response

{
  "url": "{component_url}"
}