Create Invite
Invite a user to an organization. If the user isn’t already registered with Turso, they will receive a signup link. If an existing pending invite exists for the same email, it will be replaced.
Documentation Index
Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
Use this file to discover all available pages before exploring further.
owner or admin to invite other users. You can only invite users to a team and not your personal account.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The slug of the organization or user account.
Body
The user you want to invite to join Turso, and your organization. Provide exactly one of email or username.
The email of the user you want to invite. Exactly one of email or username must be provided.
The username of an existing Turso user you want to invite. Exactly one of email or username must be provided.
The role given to the user.
admin, member, viewer Response
Successful response