Other
Invite a team member with a role.
Invite a team member with a role.
post/v1/members
Request body
Example request
{
"email": "teammate-x7ww@diditcapture.dev",
"role": "reader"
}Response
Successful response.
Example response
{
"created_at": "2026-07-02T23:33:35.186439+00:00",
"email": "teammate-x7ww@diditcapture.dev",
"name": "teammate-x7ww@diditcapture.dev",
"role": "reader"
}