<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKContainer/shareParticipant(forUserRecordID:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "s:So11CKContainerC8CloudKitE16shareParticipant15forUserRecordIDSo07CKShareE0CSo08CKRecordI0C_tYaKF"
  },
  "title" : "shareParticipant(forUserRecordID:)"
}
-->

# shareParticipant(forUserRecordID:)

Fetches the share participant with the specified user record ID.

```
func shareParticipant(forUserRecordID userRecordID: CKRecord.ID) async throws -> CKShare.Participant
```

## Parameters

`userRecordID`

The share participant’s user record ID.

## Return Value

The share participant for the user record ID.

## Discussion

This method searches for the share participant asynchronously and with a low priority. If you want the task to execute with a higher priority, create an instance of [`CKFetchShareParticipantsOperation`](/documentation/CloudKit/CKFetchShareParticipantsOperation) and configure it to use the necessary priority.

---

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)