<!--
{
  "availability" : [
    "macOS: 10.5.0 - 10.11.0"
  ],
  "documentType" : "symbol",
  "framework" : "Collaboration",
  "identifier" : "/documentation/Collaboration/CBIdentity/init(uuidString:authority:)-13vns",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Collaboration"
    ],
    "preciseIdentifier" : "c:objc(cs)CBIdentity(cm)identityWithUUIDString:authority:"
  },
  "title" : "init(uuidString:authority:)"
}
-->

# init(uuidString:authority:)

Returns the identity object with the given UUID from the specified identity authority.

```
init?(uuidString uuid: String, authority: CBIdentityAuthority)
```

## Parameters

`uuid`

The UUID of the identity you are searching for.

`authority`

The identity authority to search.

## Return Value

The identity object, or `nil` if no identity is found with the matching criteria.

---

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)