session
List party chat sessions
Returns a list of all active party chat sessions that you are a member of or have been invited to.
What are Party Sessions?
Xbox Party Sessions are real-time voice and text chat rooms. This endpoint retrieves all sessions where:
- You are currently a member
- You have a pending invite
- Sessions are from users you follow
Response Structure
The response contains session metadata including:
- Session name - Unique identifier for the session
- Members - List of participants with their XUIDs
- Host - The session creator
- Properties - Visibility, join restrictions, etc.
Use Cases
- Party management dashboards - Show users their active parties
- Invitation tracking - See pending party invites
- Session discovery - Find sessions from followed users
get/v2/session
Response
List of party sessions
Changes
No recorded changes to this endpoint across all 1 revision of this API.