curl --request POST \
--url https://dev.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups/{pay_group_id}/unassign-employees \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"employeeIds": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://dev.intermezzo.ai/organizations/{organization_id}/payrolls/pay-groups/{pay_group_id}/unassign-employees \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"employeeIds": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?