POST
/
v1
/
organizations
/
{organizationName}
/
invites

If you want to invite someone who is already a registered Turso user, you can add them instead.

You must be an owner or admin to invite other users. You can only invite users to a team and not your personal account.

Path Parameters

organizationName
string
required

The name of the organization or user.

Body

application/json
email
string
required

The email of the user you want to invite.

role
enum<string>
default: member

The role given to the user.

Available options:
admin,
member

Response

200 - application/json
invited
object