cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GUSTO_GET_EMPLOYEE_DIRECTORY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GUSTO_GET_EMPLOYEE_DIRECTORY", "parameters": { "companyId": "<string>", "include": "all_compensations", "terminated": "false", "paginationParameters": { "pageNo": 123 } } } '
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 Get.
Include : Include the requested attribute(s) in each employee response, multiple options are comma separated.
all_compensations
custom_fields
Terminated : Filters Terminated employees. If blank, then Terminated will be false as Default
false
true
Pagination Parameters
Page Number
Success
Was this page helpful?