---
title: SWPerson
framework: sharedwithyoucore
role: symbol
role_heading: Class
path: sharedwithyoucore/swperson
---

# SWPerson

An object that tracks participants in a collaboration.

## Declaration

```swift
class SWPerson
```

## Topics

### Creating participants

- [init(handle:identity:displayName:thumbnailImageData:)](sharedwithyoucore/swperson/init(handle:identity:displayname:thumbnailimagedata:).md)

### Accessing attributes

- [SWPerson.Identity](sharedwithyoucore/swperson/identity.md)
- [SWPerson.IdentityProof](sharedwithyoucore/swperson/identityproof.md)
- [SWPerson.SignedIdentityProof](sharedwithyoucore/swperson/signedidentityproof.md)

### Initializers

- [init(coder:)](sharedwithyoucore/swperson/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Manage collaboration participants

- [SWCollaborationIdentifier](sharedwithyoucore/swcollaborationidentifier.md)
