Javascript
import Finch from '@tryfinch/finch-api'; const client = new Finch({ accessToken: 'My Access Token', }); const directories = await client.sandbox.directory.create([{}]); console.log(directories);
[ {} ]
Please use your Access Token
Array of individuals to create. Takes all combined fields from /individual and /employment endpoints. All fields are optional.
/individual
/employment
OK
The individuals which were created
Was this page helpful?