stravalib.client.Client.join_club#

Client.join_club(club_id: int) None[source]#

Joins the club on behalf of authenticated athlete.

(Access token with write permissions required.)

Parameters:

club_id (int) – The numeric ID of the club to join.

Returns:

  • No actual return. This implements a post action that allows the athlete

  • to join a club via an API.