Skip to main content
GET
/
v1
/
organizations
/
{id}
/
members
List organization members
curl --request GET \
  --url https://api.lithoblocks.com/v1/organizations/{id}/members \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "email": "<string>",
    "created_at": "<string>",
    "last_active": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.lithoblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard

Path Parameters

id
string
required

Response

Organization members

id
string
required
first_name
string | null
required
last_name
string | null
required
email
string | null
required
role
enum<string>
required
Available options:
owner,
admin,
member,
viewer
created_at
string
required
last_active
string | null
required