Invites
Create Invite
Invite a user (who isn’t already a Turso user) to an organization.
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
The slug of the organization or user account.
Body
application/json
The email of the user you want to invite.
The role given to the user.
Available options:
admin
, member
, viewer
Response
200 - application/json
Was this page helpful?