curl --request POST \
--url https://dev.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"periodType": "WEEK"
}
'{
"name": "<string>",
"periodType": "WEEK",
"id": "<string>"
}curl --request POST \
--url https://dev.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"periodType": "WEEK"
}
'{
"name": "<string>",
"periodType": "WEEK",
"id": "<string>"
}Get token from Auth0 and paste it here
Was this page helpful?