join

suspend fun join(accessCode: String): TeamMember

Joins a team.

Return

The TeamMember object representing the user's membership in the team.

Parameters

accessCode

The access code of the team to join.