--- Added: v2.0.0 Status: Active --- # People Search component Searches users/people. ## Basic Usage ```html ``` ## Class members ### Properties | Name | Type | Default value | Description | | -- | -- | -- | -- | | results | [`Observable`](../core/user-process.model.md) | | 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`](../core/user-process.model.md) | Emitted when a user is selected and the action button is clicked. | ## Details ```html {{ 'TASK_DETAILS.LABELS.ADD_PEOPLE' | translate }} {{ 'PEOPLE.ADD_USER' | translate }} ```