Skip to content

Team Service

The Team service provides access to team information and membership data.

const teamService = iracing.team;

Get information about a specific team.

Returns: Promise<TeamGetResponse>

Parameters:

  • teamId: number (required) - The team ID
  • includeLicenses?: boolean - Include license information for team members

Description: Returns detailed information about a specific team including its roster and settings.


Get team membership for the authenticated user.

Returns: Promise<TeamMembershipResponse>

Parameters: None

Description: Returns the team membership details for the currently authenticated member.