# Spielkonto mit Xsolla verknüpfen Verknüpft das Spielkonto des Benutzers mit dem Xsolla-Konto. Endpoint: POST /v2/project/{project_id}/inventory/account/link Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Projekt-ID. ## Request fields (application/json): - `linking_code` (string, required) Verknüpfungscode. Wird von Benutzern verwendet, um die Verknüpfung ihres Kontos mit dem Xsolla-Konto zu bestätigen. Example: "53LRH2" - `platform` (string, required) Publishing-Plattform, auf der der Benutzer spielt. Enum: "playstation_network", "xbox_live", "xsolla", "pc_standalone", "nintendo_shop", "google_play", "app_store_ios", "android_standalone", "ios_standalone", "android_other", "ios_other", "pc_other" - `user_id` (string, required) Benutzer-ID der Publishing-Plattform, auf der der Benutzer spielt. Example: "platform_user_id" ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 422 fields (application/json): - `errorCode` (integer) Example: 1102 - `errorMessage` (string) Example: "[0401-1102]: Unprocessable Entity. The property publisher_project_id is required" - `statusCode` (integer) Example: 422 ## Response 204 fields