v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
teams

Join a team

Join a team with a provided invite code or team ID.

post/v1/teams/{teamId}/members/teams/join

Path parameters

teamIdstring required

The unique team identifier

Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

Request body

inviteCodestring

The invite code to join the team.

Example request

{
  "inviteCode": "fisdh38aejkeivn34nslfore9vjtn4ls"
}

Response

Successfully joined a team.

teamIdstring required

The ID of the team the user joined.

slugstring required

The slug of the team the user joined.

namestring required

The name of the team the user joined.

fromstring required

The origin of how the user joined.

Example response

{
  "teamId": "team_LLHUOMOoDlqOp8wPE4kFo9pE",
  "slug": "my-team",
  "name": "My Team",
  "from": "email"
}