v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Project Members

Generate project invitation link

Creates (or reuses) an active invitation link for a project.

post/project-members/invitation-link

Request body

project_idstring uuid required
access_level'MEMBER' | 'ADMIN'
role_namestring
is_adminboolean
job_title_idstring uuid nullable
max_usageinteger nullable

Response

Invitation link generated

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": {
    "expires_in_days": 7
  },
  "message": "Operation completed successfully"
}