Provides restricted access to Steam Community features.
For more info on how to use the Steamworks Web API please see the
Web API Overview.
ReportAbuse
POST https://partner.steam-api.com/ISteamCommunity/ReportAbuse/v1/
| Name | Type | Required | Description |
| key | string | ✔ | Steamworks Web API publisher authentication key. |
| steamidActor | uint64 | ✔ | SteamID of user doing the reporting |
| steamidTarget | uint64 | ✔ | SteamID of the entity being accused of abuse |
| appid | uint32 | ✔ | AppID to check for ownership |
| abuseType | uint32 | ✔ | Abuse type code (see EAbuseReportType enum) |
| contentType | uint32 | ✔ | Content type code (see ECommunityContentType enum) |
| description | string | ✔ | Narrative from user |
| gid | uint64 | | GID of related record (depends on content type) |
Allows publishers to report users who are behaving badly on their community hub.
NOTE: This call requires a publisher API key to use this method. As such this API
MUST be called from a secure server, and can never be used directly by clients!