Skip to main content
GET
/
payroll
/
{payrollConfigId}
/
{year}
/
{period}
/
employees
Get all employee IDs for a specific payroll run
curl --request GET \
  --url https://api.sandbox.flowpayroll.ai/v1/payroll/{payrollConfigId}/{year}/{period}/employees \
  --header 'X-Auth-Token: <api-key>'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

Path Parameters

payrollConfigId
string
required

The ID of the payroll configuration

year
integer
required

The year in format yyyy

Example:

2024

period
string
required

The period in format mm

Example:

"1"

Response

Employee IDs retrieved successfully

The response is of type any.