Skip to main content
PATCH
Update player

Authorizations

x-api-key
string
header
required

Organization API key from Settings → API keys.

Path Parameters

playerId
string
required

Body

application/json
name
string
gamerTags
object[]
Minimum array length: 1
mainGame
enum<string> | null
Available options:
cs,
valorant,
overwatch,
fortnite,
minecraft,
rocket-league,
league,
other
role
string | null
nationality
string | null

ISO 3166-1 alpha-2 country code (lowercase). United Kingdom is uk. Set null to clear.

Example:

"uk"

teamIds
string[]
archived
boolean

Set true to archive the player; false to restore.

discordUserId
string | null

Response

Updated player

id
string
organizationId
string
userId
string | null
name
string
role
string | null
mainGame
enum<string> | null
Available options:
cs,
valorant,
overwatch,
fortnite,
minecraft,
rocket-league,
league,
other
nationality
string | null

ISO 3166-1 alpha-2 country code (lowercase). United Kingdom is uk.

Example:

"de"

discordUserId
string | null
discordUsername
string | null
archivedAt
string<date-time> | null
createdAt
string<date-time>
updatedAt
string<date-time>
gamerTagCount
integer
teamCount
integer
gamerTags
object[]
teams
object[]