v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Team Members

Invite team members

Invites one or more members to the active team.

post/team-members

Request body

emailsstring[] required
role_namestring
is_adminboolean
job_title_idstring uuid nullable
project_idstring uuid nullable

Example request

{
  "emails": [
    "alex@example.com",
    "sam@example.com"
  ],
  "role_name": "MEMBER"
}

Response

Invitations processed

doneboolean required

Indicates if the operation was successful

{"stackTrail":"components:schemas:ServerResponse:properties:body","oasType":"schema","type":"unknown","description":"Response data (type varies by endpoint, null if no data)","nullable":true}
titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "message": "Operation completed successfully"
}