session
Get party session details
Returns detailed information about a specific party session.
Parameters
- sessionName - The unique session identifier (UUID format)
Response Details
The response includes:
- Members - All current participants with their status
- Properties - Session visibility and join restrictions
- Host info - Who created the session
- Activity - Current session activity state
Member Properties
Each member entry contains:
- xuid - Xbox User ID
- active - Whether they are currently active in the session
- connection - Connection state information
get/v2/session/{sessionName}
Path parameters
sessionNamestring required
Response
Party session details
Example response
{
"code": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.