Add user to team from invite
POST/api/v4/teams/members/invite
Using either an invite id or hash/data pair from an email invite link, add a user to a team.
Permissions
Must be authenticated.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Team member creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found