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

# url

The Uniform Resource Locator (URL) for inviting participants to the share.

## Declaration

```swift
var url: URL? { get }
```

## Discussion

Discussion This property is only available after saving a share record to the server. This URL is stable and persists across shares and reshares of the same root record.

## See Also

### Accessing the Share’s Attributes

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