<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/ScreenSharingConnectionGroup",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rmdm-declarations:ScreenSharingConnectionGroup"
  },
  "title" : "ScreenSharingConnectionGroup"
}
-->

# ScreenSharingConnectionGroup

The declaration to configure a group of screen-sharing connections.

```
object ScreenSharingConnectionGroup
```

## Discussion

Specify `com.apple.configuration.screensharing.connection.group` as the declaration type.

### Configuration availability

|||
|--------------------------------|----------------------------------------------|
|Allowed in supervised enrollment|macOS                                         |
|Allowed in device enrollment    |N/A                                           |
|Allowed in user enrollment      |macOS                                         |
|Allowed in local enrollment     |macOS                                         |
|Allowed in system scope         |macOS                                         |
|Allowed in user scope           |macOS                                         |
|Apply                           |Multiple configurations are applied separately|

### Configuration example

This configuration defines a group of screen-sharing connections.

```json
{
    "Type": "com.apple.configuration.screensharing.connection.group",
    "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
    "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
    "Payload": {
        "ConnectionGroupUUID": "4BF32552-6F85-4F67-999B-7B2494C4DD99",
        "GroupName": "Lab Devices",
        "Members": [
            "7F8F28A5-C024-470B-8166-EC6669A12C3A",
            "EDF04C7F-F9B0-4204-A5EE-34AE094CA7BB"
        ]
    }
}
```

---

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)