Skip to main content
GET
/
organizations
/
{organization_id}
/
payrolls
/
pay-groups
/
{pay_group_id}
Get Pay Group
curl --request GET \
  --url https://dev.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups/{pay_group_id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "periodType": "WEEK",
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "employees": [
    {
      "id": "<string>",
      "externalRef": "<string>",
      "workEmail": "<string>",
      "startDate": "2023-12-25",
      "endDate": "2023-12-25"
    }
  ]
}

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

pay_group_id
required
organization_id
required

Response

Successful Response

name
string
required
periodType
enum<string>
required
Available options:
WEEK,
MONTH
id
string
required
createdAt
string<date-time>
required
employees
PayGroupEmployeeSummary · object[]
required