Steam (Unofficial) API

User Update Session

POST
/IGameNotificationsService/UserUpdateSession/v1
key<token>

In: query

Query Parameters

input_json?string

An alternative to the request body; pass arguments as a URL-encoded JSON blob. The "key" and "format" fields should still be passed as separate parameters

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Request Body

application/x-www-form-urlencoded

sessionid?integer

(Required) The sessionid to update.

Defaultnull
Formatint64
appid?integer

(Required) The appid of the session to update.

Defaultnull
Formatint32
title?string

(Optional) The new title of the session. If not specified, the title will not be changed.

Format{message}
users?string

(Optional) A list of users whose state will be updated to reflect the given state. If the users are not already in the session, they will be added to it.

Format{message}
steamid*string

The SteamID of the user

Defaultnull

Response Body

curl -X POST "https://api.steampowered.com/IGameNotificationsService/UserUpdateSession/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
Empty
Empty
Empty