Actions
Get Employee Data
Returns a specific employee’s data using their ID, along with the selected fields.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Employee Fields | Employee fields to retrieve, Represented as a comma separated list of fields. |
| Employee ID | ID of the employee to retrieve his data. |
{
"id": 123,
"firstName": "John",
"lastName": "Doe"
}
Was this page helpful?