SteamEx v0.2.0-alpha SteamEx.ISteamUser View Source
Used to access information and interact with users.
See IPlayerService for additional methods.
For more info on how to use the Steamworks Web API please see the Web API Overview.
Link to this section Summary
Functions
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
steamid | uint64 | ✔ | SteamID of user |
relationship | string | relationship type (ex: friend) |
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
steamids | string | ✔ | Comma-delimited list of SteamIDs |
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
steamids | string | ✔ | Comma-delimited list of SteamIDs (max: 100) |
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
steamid | uint64 | ✔ | SteamID of user |
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
vanityurl | string | ✔ | The vanity URL to get a SteamID for |
url_type | int32 | The type of vanity URL. 1 (default): Individual profile, 2: Group, 3: Official game group |
Link to this section Functions
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
steamid | uint64 | ✔ | SteamID of user |
relationship | string | relationship type (ex: friend) |
See other: https://partner.steamgames.com/doc/webapi/ISteamUser#GetFriendList
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
steamids | string | ✔ | Comma-delimited list of SteamIDs |
See other: https://partner.steamgames.com/doc/webapi/ISteamUser#GetPlayerBans
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
steamids | string | ✔ | Comma-delimited list of SteamIDs (max: 100) |
See other: https://partner.steamgames.com/doc/webapi/ISteamUser#GetPlayerSummaries
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
steamid | uint64 | ✔ | SteamID of user |
See other: https://partner.steamgames.com/doc/webapi/ISteamUser#GetUserGroupList
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
vanityurl | string | ✔ | The vanity URL to get a SteamID for |
url_type | int32 | The type of vanity URL. 1 (default): Individual profile, 2: Group, 3: Official game group |
See other: https://partner.steamgames.com/doc/webapi/ISteamUser#ResolveVanityURL