---
title: CKOwnerDefaultName
framework: cloudkit
role: symbol
role_heading: Global Variable
path: cloudkit/ckownerdefaultname
---

# CKOwnerDefaultName

A constant that provides the default owner’s name.

## Declaration

```swift
let CKOwnerDefaultName: String
```

## See Also

### Discovering User Records

- [discoverAllIdentities(completionHandler:)](cloudkit/ckcontainer/discoverallidentities(completionhandler:).md)
- [discoverUserIdentity(withEmailAddress:completionHandler:)](cloudkit/ckcontainer/discoveruseridentity(withemailaddress:completionhandler:).md)
- [discoverUserIdentity(withPhoneNumber:completionHandler:)](cloudkit/ckcontainer/discoveruseridentity(withphonenumber:completionhandler:).md)
- [discoverUserIdentity(withUserRecordID:completionHandler:)](cloudkit/ckcontainer/discoveruseridentity(withuserrecordid:completionhandler:).md)
- [fetchShareParticipant(withEmailAddress:completionHandler:)](cloudkit/ckcontainer/fetchshareparticipant(withemailaddress:completionhandler:).md)
- [fetchShareParticipant(withPhoneNumber:completionHandler:)](cloudkit/ckcontainer/fetchshareparticipant(withphonenumber:completionhandler:).md)
- [fetchShareParticipant(withUserRecordID:completionHandler:)](cloudkit/ckcontainer/fetchshareparticipant(withuserrecordid:completionhandler:).md)
- [fetchUserRecordID(completionHandler:)](cloudkit/ckcontainer/fetchuserrecordid(completionhandler:).md)
- [CKCurrentUserDefaultName](cloudkit/ckcurrentuserdefaultname.md)
