API Reference
Log In
API Reference

Employee object

📘

Employee is an individual that works for the Company on the basis of pernament, temporary or fixed-time contract. Employee gets paid for the job he performs through the payroll and payment processes

{ "national_id": "string", "date_of_birth": "string", "sex": "string", "first_name": "string", "middle_name": "string", "last_name": "string", "emails": [ { "type": "string", "data": "string" } ], "phone_number": [ { "type": "string", "data": "string" } ], "residence": { "address1": "string", "address2": "string", "city": "string", "state": "string", "postal_code": "string", "country": "string", "phone": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "ssn": "string", "eid": "string", "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf", "statutory_attributes:": [ { "name": "string", "type": "string", "value": "string" } ] }