> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MultiplayerSessionReference (JSON)

> MultiplayerSessionReference (JSON)

# MultiplayerSessionReference (JSON)

A JSON object representing the **MultiplayerSessionReference**.

<a id="ID4EQ" />

The MultiplayerSessionReference JSON object has the following specification.

| Member       | Type   | Description                                                                             |
| ------------ | ------ | --------------------------------------------------------------------------------------- |
| scid         | GUID   | Service configuration identifier (SCID). Part 1 of the session identifier.              |
| templateName | string | Name of the current instance of the session template. Part 2 of the session identifier. |
| name         | string | Name of the session. Part 3 of the session identifier.                                  |

<a id="ID4EZ" />

## Sample JSON syntax

```json theme={null}
{
  "scid": "8d050174-412b-4d51-a29b-d55a34edfdb7",
  "templateName": "integration",
  "name": "19de0095d8bb41048f19edbbb6bc6b04"
}
  
    
```

<a id="ID4EJB" />

## See also

<a id="ID4ELB" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)

<a id="ID4EVB" />

##### Reference

[MultiplayerSession (JSON)](/reference/live/rest/json/json-multiplayersession)


## Related topics

- [XblMultiplayerSessionSetMatchmakingTargetSessionConstantsJson](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetmatchmakingtargetsessionconstantsjson.md)
- [XblMultiplayerSessionRawServersJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionrawserversjson.md)
- [XblMultiplayerSessionSetRawServersJson](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetrawserversjson.md)
- [XblMultiplayerSessionDeleteCustomPropertyJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessiondeletecustompropertyjson.md)
