Skip to main content
PUT
Update user game ID mapping

Authorizations

X-API-KEY
string
header
required

API key for authentication. You can generate this from the 16TMS console.

Query Parameters

externalId
string
required

External user ID to update game ID mapping for

Body

application/json
gameId
string<uuid>
required

ID of the game

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

userGameId
string
required

User's in-game ID for the specified game

Example:

"player123"

Response

User game ID mapping updated successfully

success
boolean

Indicates if the request was successful

Example:

true

message
string

A message describing the result of the operation

Example:

"User game ID mapping created successfully"

data
object
meta
object