curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/members \ -H 'Authorization: Bearer TOKEN'
{ "members": [ { "username": "iku", "role": "owner", "email": "iku@turso.tech" } ] }
Returns a list of members part of the organization.
The slug of the organization or user account.
Successful response
Show child attributes
Was this page helpful?