POST
/
v1
/
organizations
/
{organizationSlug}
/
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

organizationSlug
string
required

The slug of the organization or user account.

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,
viewer

Response

200 - application/json
invited
object