cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GUSTO_GET_EMPLOYEE_BY_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GUSTO_GET_EMPLOYEE_BY_ID", "parameters": { "employeeId": "<string>", "include": "all_compensations" } } '
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 Get.
Include : Include the requested attribute(s) in each employee response, multiple options are comma separated.
all_compensations
custom_fields
Success
Was this page helpful?