Members
Add Member
Add an existing Turso user to an organization.
POST
/
v1
/
organizations
/
{organizationName}
/
members
If you want to add someone who is not a registered Turso user, you can create an invite instead.
You must be an owner
or admin
to add other members. You can only add users to a team and not your personal account.
Path Parameters
organizationName
string
requiredThe name of the organization or user.
Body
application/json
username
string
The username of an existing Turso user.
role
enum<string>
default: memberThe role given to the user.
Available options:
admin
, member
Response
200 - application/json
member
any
role
any