v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Team Members

Generate team invitation link

Creates (or reuses) an active team invitation link.

post/team-members/invitation-link

Request body

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"
}