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