Join Workspace via Invitation
POST/api/hive/v1/invitations/join/
Join a workspace using an invitation token received via email. The user must be authenticated and the token must be valid and not expired. If successful, the user becomes a member of the workspace and the invitation is consumed.
Request
Responses
- 200
- 400
- 401
Successfully joined workspace
Bad request - invalid token, expired invitation, or user already a member
Authentication required