Team
Create a team invitation
Invite a user to join your team by email. An invitation email is sent automatically. Returns 409 if the user already belongs to a team or an invitation is already pending.
post/profile/team/invitations
Request body
Example request
{
"email": "newmember@example.com",
"name": "Jane Doe",
"role": "member"
}Response
Invitation created
Changes
No recorded changes to this endpoint across all 1 revision of this API.