Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Invitation sent successfully
Example:
"New invitation sent to ${email}"
Sends an invitation email to the specified user to join the team with the given role.
CLI Usage: vast-ai invite team-member —email EMAIL —role ROLE
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Invitation sent successfully
"New invitation sent to ${email}"