<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GroupActivities",
  "identifier" : "/documentation/GroupActivities/Participant",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Group Activities"
    ],
    "preciseIdentifier" : "s:15GroupActivities11ParticipantV"
  },
  "title" : "Participant"
}
-->

# Participant

An active participant in a group session.

```
struct Participant
```

## Overview

Use a `Participant` object to differentiate among users in a session.
A participant object doesn’t contain any sensitive data about the user,
but provides a unique identifier to distinguish the user while
the session is active.

You don’t create participant objects directly. The system creates a
participant object for each user that joins an activity. Access
the current set of participants from the [`activeParticipants`](/documentation/GroupActivities/GroupSession/activeParticipants) property of
the [`GroupSession`](/documentation/GroupActivities/GroupSession) object associated with the activity.

## Topics

### Getting the unique identifier

[`id`](/documentation/GroupActivities/Participant/id)

A globally unique identifier for the session participant.

### Comparing participants



---

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)