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