curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/members/{username} \ -H 'Authorization: Bearer TOKEN'
{ "member": { "username": "iku", "role": "owner", "email": "iku@turso.tech" } }
Retrieve details of a specific member in the organization.
The slug of the organization or user account.
The username of a Turso user or organization member.
Successful response
The response is of type object.
object
Was this page helpful?