Create Workspace Invitation
POST/api/hive/v1/invitations/
Creates and sends an email invitation for a user to join a workspace. Only workspace owners can create invitations. The invitation will have an expiration date and cannot be used if the user is already a workspace member.
Request
Responses
- 201
- 400
- 403
- 404
Invitation created and email sent successfully
Bad request - validation errors or user already a member
Only workspace owners can create invitations
Workspace not found