---
title: fetchCurrentUserRecordOperation()
framework: cloudkit
role: symbol
role_heading: Type Method
path: cloudkit/ckfetchrecordsoperation/fetchcurrentuserrecordoperation()
---

# fetchCurrentUserRecordOperation()

Returns a fetch operation for retrieving the current user record.

## Declaration

```swift
class func fetchCurrentUserRecordOperation() -> Self
```

## Discussion

Discussion The returned operation object searches for the single record that corresponds to the current user record. You must associate at least one progress handler with the operation object (excluding the completion handler) to process the results.
