v1
latestOpenAPI 3.0.1MIT2026-07-134925112.4 KBRetrieve Member
Retrieve details of a specific member in the organization.
get/v1/organizations/{organizationSlug}/members/{username}
Path parameters
organizationSlugstring required
The slug of the organization or user account.
usernamestring required
The username of a Turso user or organization member.
Response
Successful response
Example response
{
"member": {
"username": "iku",
"role": "owner",
"email": "iku@turso.tech"
}
}