cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GUSTO_UPDATE_EMPLOYEE' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GUSTO_UPDATE_EMPLOYEE", "parameters": { "employeeId": "<string>", "version": "<string>", "firstName": "<string>", "lastName": "<string>", "middleInitial": "<string>", "dateOfBirth": "<string>", "email": "<string>", "ssn": "<string>" } } '
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
Employee ID : Specify the UUID of the Employee to Update.
Version : The current version of the object. See the versioning guide (https://docs.gusto.com/embedded-payroll/docs/api-versioning) for information on how to use this field.
First Name
Last Name
Middle Initial
Date Of Birth (example: "2022-10-01")
Email
SSN (example: "123456789")
Success
Was this page helpful?