/serviceconfigs/{scid}/sessiontemplates/{sessionTemplateName}/sessions/{sessionName}

Supports PUT and GET operations to create and retrieve sessions.

Domain

sessiondirectory.xboxlive.com

URI parameters

Parameter Type Description
scid GUID Service configuration identifier (SCID). Part 1 of the session identifier.
sessionTemplateName string Name of the current instance of the session template. Part 2 of the session identifier.
sessionName GUID Unique ID of the session. Part 3 of the session identifier.

Valid methods

GET (/serviceconfigs/{scid}/sessiontemplates/{sessionTemplateName}/sessions/{sessionName})

  Gets a session object.

PUT (/serviceconfigs/{scid}/sessiontemplates/{sessionTemplateName}/sessions/{sessionName})

  Creates, updates, or joins a session.

See also

Parent

Session Directory URIs