---
title: participants
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckshare/participants
---

# participants

An array that contains the share’s participants.

## Declaration

```swift
var participants: [CKShare.Participant] { get }
```

## Discussion

Discussion The property’s value contains all of the share’s participants that the current user has permissions to see. At a minimum, it includes the share’s owner and the current user.

## See Also

### Accessing the Share’s Attributes

- [owner](cloudkit/ckshare/owner.md)
- [currentUserParticipant](cloudkit/ckshare/currentuserparticipant.md)
- [url](cloudkit/ckshare/url.md)
