---
title: "unblockIdentities(_:)"
framework: cloudkit
role: symbol
role_heading: Instance Method
path: "cloudkit/ckshare/unblockidentities(_:)"
---

# unblockIdentities(_:)

Unblocks previously blocked users, allowing them to request access again.

## Declaration

```swift
func unblockIdentities(_ blockedIdentities: [CKShare.BlockedIdentity])
```

## Parameters

- `blockedIdentities`: An array of doc://com.apple.cloudkit/documentation/CloudKit/CKShare/BlockedIdentity objects to unblock.

## Discussion

Discussion Use this method to remove specified identities from the blockedIdentities array. Unblocked identities can request access again if the allowsAccessRequests is enabled. To persist this change, save the share to the server after calling this method. Only the share owner or an administrator can invoke this method. Attempts by other participants result in an exception.
