v1
latestOpenAPI 3.1.02026-07-13897404.3 KBTeam
invite team member
Sends an invitation email to the specified user to join the team with the given role.
CLI Usage: vastai invite team-member --email <email> --role <role>
post/api/v0/team/invite/
Request body
Example request
{
"email": "user@example.com",
"role": "developer"
}Response
Invitation sent successfully
Example response
{
"success": true,
"msg": "New invitation sent to ${email}"
}