---
title: contact
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckshare/accessrequester/contact
---

# contact

A displayable CNContact representing the requester.

## Declaration

```swift
@NSCopying var contact: CNContact { get }
```

## Discussion

Discussion If the requester doesn’t exist in the user’s contacts or is not accessible, returns a newly created CNContact. This provides formatted requester information suitable for display in the application’s UI.
