v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-05730512.7 KB
Other

Invite a team member with a role.

Invite a team member with a role.

post/v1/members

Request body

emailstring
rolestring

Example request

{
  "email": "teammate-x7ww@diditcapture.dev",
  "role": "reader"
}

Response

Successful response.

capabilitiesobject[]
created_atstring
emailstring
namestring
rolestring

Example response

{
  "created_at": "2026-07-02T23:33:35.186439+00:00",
  "email": "teammate-x7ww@diditcapture.dev",
  "name": "teammate-x7ww@diditcapture.dev",
  "role": "reader"
}