latestOpenAPI 3.1.02026-08-20118232229.3 KB

0e42b0fb26d9

Invite team member

Invite a new team

post/teams/{name}/invites

Path parameters

namestring required

The name of the team to invite someone to

The name of the team to invite someone to

Request body

$schemastring uri

A URL to the JSON Schema for this object.

emailsstring required

The email addresses of the people to invite. It can be a list in any format (comma separated, newline separated, etc.) and it will be parsed into individual addresses

messagestring

Optional message to include in the invite email

role'admin' | 'developer' nullable required

The role to assign to the invitations

Example request

{
  "$schema": "https://api.tower.dev/v1/schemas/InviteTeamMemberParams.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/InviteTeamMemberResponse.json"
}