---
id: v1-non-employee-record
title: NonEmployeeRecord
pagination_label: NonEmployeeRecord
sidebar_label: NonEmployeeRecord
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'NonEmployeeRecord', 'v1NonEmployeeRecord']
slug: /tools/sdk/typescript/non_employee_lifecycle_management/models/non-employee-record
tags: ['SDK', 'Software Development Kit', 'NonEmployeeRecord', 'v1NonEmployeeRecord']
---

# NonEmployeeRecord

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | Non-Employee record id. | [default to undefined]
**accountName** | **(optional)** `string` | Requested identity account name. | [default to undefined]
**firstName** | **(optional)** `string` | Non-Employee\'s first name. | [default to undefined]
**lastName** | **(optional)** `string` | Non-Employee\'s last name. | [default to undefined]
**email** | **(optional)** `string` | Non-Employee\'s email. | [default to undefined]
**phone** | **(optional)** `string` | Non-Employee\'s phone. | [default to undefined]
**manager** | **(optional)** `string` | The account ID of a valid identity to serve as this non-employee\'s manager. | [default to undefined]
**sourceId** | **(optional)** `string` | Non-Employee\'s source id. | [default to undefined]
**data** | **(optional)**  | Additional attributes for a non-employee. Up to 10 custom attributes can be added. | [default to undefined]
**startDate** | **(optional)** `string` | Non-Employee employment start date. | [default to undefined]
**endDate** | **(optional)** `string` | Non-Employee employment end date. | [default to undefined]
**modified** | **(optional)** `string` | When the request was last modified. | [default to undefined]
**created** | **(optional)** `string` | When the request was created. | [default to undefined]

