Invite a member
POST/v1/org/members/invite
Invites an email address to join the calling organization and sends the invitation email. The organization is taken from the access token. The invitation is valid for 7 days; re-inviting an address whose invitation has lapsed refreshes it in place. Requires the users:write scope.
Request
Responses
- 201
- 400
- 401
- 403
- 409
The invitation was created and sent.
The email address or role is missing or not accepted.
Missing or invalid access token.
The token does not carry the users:write scope.
The address already belongs to a member, already has a pending invitation, or the organization has no administrator to attribute the invitation to.