Skip to main content

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

The creation is successful. The data contains the invitation record and the token issued by the server.