Paddles Up Docs
Core Concepts

Core Concepts

The key building blocks of Paddles Up and how they relate to each other.

Paddles Up is built around a clear hierarchy of concepts. Understanding this structure makes everything else in the platform easier to navigate.

The hierarchy

Organization
└── Event
    ├── Participants
    └── Competition
        ├── Teams
        └── Phase
            ├── Bracket
            └── Groups → Matches
ConceptDescription
OrganizationA club or group that owns and runs events on the platform.
EventA tournament, league, or competition day run by an organization.
ParticipantA person registered for an event.
CompetitionA division or bracket within an event (e.g., Mixed 4.0, Men's Open).
TeamOne or more participants grouped together to compete in a competition.
PhaseA stage of a competition — either a bracket draw or group play round-robin.
MatchA single game played between two teams within a phase.

Roles

Access to features in Paddles Up is determined by your role within an organization or event.

RoleScopeWhat they can do
ParticipantEventView events, competitions, results, and their own match schedule
Event ManagerEventManage participants, teams, and match results for a specific event
Event DirectorEventFull control over an event including all manager permissions
MemberOrganizationView org events and info
AdminOrganizationManage events and members within the org
OwnerOrganizationFull control over the organization, roles, and settings

Read on

On this page