GET
/
v1
/
organizations
/
{organizationSlug}
/
members
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/members \
  -H 'Authorization: Bearer TOKEN'
{
  "members": [
    {
      "username": "iku",
      "role": "owner",
      "email": "iku@turso.tech"
    }
  ]
}
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/members \
  -H 'Authorization: Bearer TOKEN'

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

Response

200 - application/json
Successful response
members
object[]