BambooHR Integration
Bamboo's HR data plays a crucial role in managing identities and ensuring their security within your organization.
Last updated
Was this helpful?
Was this helpful?
export const customFormat = {
title: 'Rezonate Report',
fields: [
'id',
'acaStatus',
'acaStatusCategory',
'address1',
'address2',
'age',
'bestEmail',
'birthday',
'city',
'country',
'createdByUserId',
'dateOfBirth',
'department',
'division',
'employeeNumber',
'employmentHistoryStatus',
'firstName',
'fullName1',
'fullName2',
'fullName3',
'fullName4',
'fullName5',
'displayName',
'gender',
'hireDate',
'originalHireDate',
'homeEmail',
'homePhone',
'flsaCode',
'jobTitle',
'lastChanged',
'lastName',
'location',
'maritalStatus',
'middleName',
'mobilePhone',
'preferredName',
'state',
'stateCode',
'status',
'supervisor',
'supervisorId',
'supervisorEId',
'supervisorEmail',
'terminationDate',
'workEmail',
'workPhone',
'workPhonePlusExtension',
'workPhoneExtension',
'zipcode',
],
};