---
title: creatorUserRecordID
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckrecord/creatoruserrecordid
---

# creatorUserRecordID

The ID of the user who creates the record.

## Declaration

```swift
@NSCopying var creatorUserRecordID: CKRecord.ID? { get }
```

## Discussion

Discussion Use this property’s value to retrieve the user record for the user who creates this record. Every user of the app has a unique user record that is empty by default. Apps can add data to the user record on behalf of the user, but don’t store sensitive data in it.

## See Also

### Accessing the Record’s Metadata

- [recordID](cloudkit/ckrecord/recordid.md)
- [recordType](cloudkit/ckrecord/recordtype-6v7au.md)
- [CKRecord.SystemType](cloudkit/ckrecord/systemtype.md)
- [creationDate](cloudkit/ckrecord/creationdate.md)
- [modificationDate](cloudkit/ckrecord/modificationdate.md)
- [lastModifiedUserRecordID](cloudkit/ckrecord/lastmodifieduserrecordid.md)
- [recordChangeTag](cloudkit/ckrecord/recordchangetag.md)
- [CKRecord.ID](cloudkit/ckrecord/id.md)
