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

# participantLookupInfo

Lookup information for the requester.

## Declaration

```swift
@NSCopying var participantLookupInfo: CKUserIdentity.LookupInfo { get }
```

## Discussion

Discussion Use this lookup info with CKFetchShareParticipantsOperation to fetch the corresponding participant. Once fetched, add the participant to the share to approve the requester.
