v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
Tournament: Registration

Add a member to any participant's roster (organizer)

Adds a user to the named participant's tournament roster as the organizer. Requires ADMIN authority on the tournament - a tournament MODERATOR is NOT sufficient here, because editing any participant's roster carries the same weight as issuing an invite; a moderator edits only rosters for teams they lead, via the competitor roster endpoint. Answers 400 error_invalid_input when the user is not an active member of that team or is already rostered in this tournament. Requires the tournaments registration capability.

post/tournaments/{identifier}/participants/{participantId}/roster

Path parameters

identifierstring required

Tournament slug.

Tournament slug.

participantIdstring required

Tournament participant ID.

Tournament participant ID.

Request body

userIdstring required

User ID of the member to add to the participant's roster.

Response

The member was added to the roster.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).