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

# handle

The unique identifier that your app assigned to the user.

## Declaration

```swift
var handle: String? { get }
```

## Discussion

Discussion The value of this property is the string that you specified at initialization time. Use this string to identify the user uniquely in your app. For example, you might specify an email address, phone number, or account name associated with the user. Siri may show this string when asking the user to choose from among several people with similar names.
