v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
Tournament: Staff & Invites

Invite a team to a tournament

Invites a team to the tournament and notifies its captains. Requires the tournaments invites capability and ADMIN authority - strictly higher than the MANAGER floor for reading the invite list, because in an INVITE_ONLY tournament the invite is the entry gate; a tournament MODERATOR answers 403. Re-inviting a team reuses that team's existing invite row rather than creating a second one, so retries cannot mint duplicates. Answers 400 error_invalid_input when the team does not exist, plays a different game to the tournament, or already holds a PENDING or ACCEPTED invite.

post/tournaments/{identifier}/invites

Path parameters

identifierstring required

Tournament slug.

Tournament slug.

Request body

teamIdstring required

Team ID to invite.

Response

The invite was created.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).