---
id: v1-identity-list-item
title: IdentityListItem
pagination_label: IdentityListItem
sidebar_label: IdentityListItem
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'IdentityListItem', 'v1IdentityListItem']
slug: /tools/sdk/typescript/identity_history/models/identity-list-item
tags: ['SDK', 'Software Development Kit', 'IdentityListItem', 'v1IdentityListItem']
---

# IdentityListItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | the identity ID | [default to undefined]
**displayName** | **(optional)** `string` | the display name of the identity | [default to undefined]
**firstName** | **(optional)** `string` | the first name of the identity | [default to undefined]
**lastName** | **(optional)** `string` | the last name of the identity | [default to undefined]
**active** | **(optional)** `boolean` | indicates if an identity is active or not | [default to true]
**deletedDate** | **(optional)** `string` | the date when the identity was deleted | [default to undefined]

