Javascript
import Finch from '@tryfinch/finch-api'; const client = new Finch({ accessToken: 'My Access Token', }); const response = await client.hris.benefits.individuals.enrolledIds('benefit_id'); console.log(response.benefit_id);
{ "benefit_id": "6547e3aa-d887-4a77-bd41-17221e17cce3", "individual_ids": [ "7fc9fb3a-2a62-47c1-9a5a-c9146483b58e" ] }
Lists individuals currently enrolled in a given deduction.
Please use your Access Token
Header used to specify the version for a given API request. Current version is 2020-09-17.
OK
The response is of type object.
object
Was this page helpful?