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
Example request
{
"inviteCode": "fisdh38aejkeivn34nslfore9vjtn4ls"
}Response
Successfully joined a team.
Example response
{
"teamId": "team_LLHUOMOoDlqOp8wPE4kFo9pE",
"slug": "my-team",
"name": "My Team",
"from": "email"
}Changes
Changed in 1 of the 41 revisions of this API.1
- ○
added the non-success response with the status
410response-non-success-status-added
- ○