<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKAllowedSharingOptions/allowsParticipantsToInviteOthers",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CKAllowedSharingOptions(py)allowsParticipantsToInviteOthers"
  },
  "title" : "allowsParticipantsToInviteOthers"
}
-->

# allowsParticipantsToInviteOthers

Default value is NO. If set, the system sharing UI allows the user to choose whether added participants can invite others to the share.
CloudKit returns shares with [`CKShare.ParticipantRole.administrator`](/documentation/CloudKit/CKShare/ParticipantRole/administrator) participants as read-only to devices running OS versions prior to this role being introduced.
CloudKit returns administrator participants on such read-only shares as [`CKShare.ParticipantRole.privateUser`](/documentation/CloudKit/CKShare/ParticipantRole/privateUser).

```
var allowsParticipantsToInviteOthers: Bool { get set }
```

---

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)