Generate Project Invitation Link
POST/api/workflows/:workflowName/invitations
The owner / manager can generate a single valid invitation token that expires in 7 days. The owner role cannot be granted by invitation.
API returns token only; the inviter needs to splice ${origin}/invite/${token} and send the link to a colleague.
Request
Responses
- 201
- 400
- 403
The creation is successful. The data contains the invitation record and the token issued by the server.
workflow-code standard error response.
workflow-code standard error response.