---
Title: People Search component
Added: v2.0.0
Status: Active
Last reviewed: 2018-11-14
---
# People Search Component
Searches users/people.
## Basic Usage
```html
```
### [Transclusions](../../user-guide/transclusion.md)
You can provide a title for the search header and a label for the action button using
special subcomponents in the body of the `` element:
```html
Custom title
Custom label
```
## Class members
### Properties
| Name | Type | Default value | Description |
|---------|-----------------------------------------|---------------|-------------------------------------|
| results | `Observable` | | Parameters for displaying the list. |
### Events
| Name | Type | Description |
|--------------|-----------------------------------------|-------------------------------------------------------------------|
| closeSearch | `EventEmitter` | Emitted when the "close" button is clicked. |
| searchPeople | `EventEmitter` | Emitted when a search is performed with a new keyword. |
| success | `EventEmitter` | Emitted when a user is selected and the action button is clicked. |
## Details
Usage example:
```html
{{ 'TASK_DETAILS.LABELS.ADD_PEOPLE' | translate }}
{{ 'PEOPLE.ADD_USER' | translate }}
```