---
title: shareURLs
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/cksharerequestaccessoperation/shareurls
---

# shareURLs

The URLs of the shares to request access to.

## Declaration

```swift
var shareURLs: [URL]? { get set }
```

## Discussion

Discussion Include multiple URLs to request access to multiple shares simultaneously. The server processes each URL independently.
