session
Create a new party session
Creates a new Xbox party chat session with you as the host.
Session Properties
The created session has the following default properties:
- Visibility: open - Anyone with the session name can view it
- Join Restriction: followed - Only users you follow can join
After Creation
Once created, you can:
- Invite other users using POST /v2/session/invite/{sessionId}
- Share the session name for others to join
- Use RTA WebSocket to receive real-time updates
Session Name
The response includes a unique session name (UUID) that identifies this party. Use this name for all subsequent operations.
get/v2/session/create
Response
Created session details
Example response
{
"code": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.