---
title: aliases
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inperson/aliases
---

# aliases

The additional handles that Siri may use to identify the person.

## Declaration

```swift
var aliases: [INPersonHandle]? { get }
```

## Discussion

Discussion Each INPersonHandle in this property represents another way of identifying the user to your app. Person handles contain information such as phone numbers or email addresses that are unique to the user.

## See Also

### Accessing the person’s identity

- [personHandle](intents/inperson/personhandle.md)
- [image](intents/inperson/image.md)
- [isMe](intents/inperson/isme.md)
