Teams
Invite User to Team
Sends an invitation email to a user to join the specified team. Requires teams:invite-users
scope.
POST
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
UUID of the Team.
Body
application/json
Email address of the user to invite.
Response
202
application/json
Invitation sent successfully.
Was this page helpful?