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

# personHandle

The unique handle that your app assigns to the person.

## Declaration

```swift
@NSCopying var personHandle: INPersonHandle? { get }
```

## Mentioned in

Improving interactions between Siri and your messaging app

## Discussion

Discussion The value of this property is an object that uniquely identifies the user to your app. For example, you might provide a handle containing an email address, a phone number, or an account name associated with the user. Siri might show this information when asking the user to choose from among several people with similar names.

## See Also

### Accessing the person’s identity

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