Team Members
AddMemberToTeam
Add a member to a team, or send an invitation if the user doesn't exist.
If the user exists in the system, they are added directly as a team member. If the user doesn't exist, an invitation email is sent to them to sign up and join the team.
Returns: Message describing whether the user was added or invited.
Raises: ValidationException: If the user is already a member or has a pending invitation.
post/api/teams/{team_slug}/members/add
Path parameters
team_slugstring required
The team slug.
The team slug.
Request body
Response
Document created, URL follows
Changes
No recorded changes to this endpoint across all 3 revisions of this API.