Skip to main content
POST
Create player

Authorizations

x-api-key
string
header
required

Organization API key from Settings → API keys.

Body

application/json
organizationId
string
required
name
string
required
gamerTags
object[]
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.

Example:

"de"

teamIds
string[]
discordUserId
string | null

Discord snowflake (17–20 digits)

Response

Created 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[]