<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPerson/isMe",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPerson(py)isMe"
  },
  "title" : "isMe"
}
-->

# isMe

A Boolean value indicating whether the person is the user of the device.

```
var isMe: Bool { get }
```

## Discussion

It’s essential that you set [`isMe`](/documentation/Intents/INPerson/isMe) to <doc://com.apple.documentation/documentation/Swift/true> for the current device user when creating an [`INPerson`](/documentation/Intents/INPerson) object for use with <doc://com.apple.documentation/documentation/SiriKit/messaging> intents. For example, if the sender of an outgoing message is also the user of the device, set [`isMe`](/documentation/Intents/INPerson/isMe) to <doc://com.apple.documentation/documentation/Swift/true>. Similarly, when creating the recipient array for an incoming message—which should include the current device user—set [`isMe`](/documentation/Intents/INPerson/isMe) to <doc://com.apple.documentation/documentation/Swift/true> for the person in the recipient list that is the current device user, and set [`isMe`](/documentation/Intents/INPerson/isMe) to <doc://com.apple.documentation/documentation/Swift/false> for all other recipients.

To set [`isMe`](/documentation/Intents/INPerson/isMe), call the [`init(personHandle:nameComponents:displayName:image:contactIdentifier:customIdentifier:isMe:)`](/documentation/Intents/INPerson/init(personHandle:nameComponents:displayName:image:contactIdentifier:customIdentifier:isMe:)) method when creating the [`INPerson`](/documentation/Intents/INPerson) object.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)