# 将游戏帐户连接到艾克索拉 将用户游戏帐户与艾克索拉帐户关联起来。 Endpoint: POST /v2/project/{project_id}/inventory/account/link Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 项目ID。 ## Request fields (application/json): - `linking_code` (string, required) 关联码。用户使用它准许其帐户与艾克索拉帐户的关联。 Example: "53LRH2" - `platform` (string, required) 用户玩游戏的发布平台。 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) 用户玩游戏的发布平台的用户ID。 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