cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GUSTO_CREATE_EMPLOYEE' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GUSTO_CREATE_EMPLOYEE", "parameters": { "companyId": "<string>", "firstName": "<string>", "lastName": "<string>", "middleInitial": "<string>", "dateOfBirth": "<string>", "email": "<string>", "ssn": "<string>", "selfOnBoarding": "false" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Company ID : Specify the UUID of the Company to Create.
First Name
Last Name
Middle Initial
Date Of Birth (example: "2022-10-01")
Email
SSN (example: "123456789")
Self Onboarding : If true, employee is expected to self-onboard. If false, payroll admin is expected to enter in the employee's onboarding information. If blank, then Self Onboarding will be false as Default
false
true
Success
Was this page helpful?