Skip to main content

Exports Non-Employee Records to CSV​

This requests a CSV download for all non-employees from a provided source. Requires role context of idn:nesr:read

Path Parameters
  • id string required

    Source Id (UUID)

    Example: e136567de87e4d029e60b3c3c55db56d
Responses

Exported CSV


accountName,firstName,lastName,phone,email,manager,startDate,endDate
Jon.Smith, Jon, Smith, 555-555-5555, jon@jon.doe.nope.com, Jim Smith, 2020-04-05T08:00:00-10:00,2020-08-07T19:00:00-10:00
William.Chaffin, William, Chaffin, 555-555-5555, william@chaffins.nope.com, Bertram Chaffin, 2020-04-05T08:00:00-10:00,2020-08-07T19:00:00-10:00
Loading...