Create a team invite
Generates a new invite code for the specified team. The authenticated user must be a member of the team with the owner or admin role.
The returned code is a short alphanumeric string that other users can present to join the team. Each call produces a new code; previously issued codes are not invalidated by this request.
post/api/v1/teams/{team}/invite
Path parameters
teamstring required
Team ID (tm_...) identifying the team for which to generate the invite code.
Response
Successful response
Example response
{
"code": "XKCD42"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.