Skip to main content
GET
/
v1
/
organizations
/
{orgId}
/
members
List organization members
curl --request GET \
  --url https://getkontext.io/api/v1/organizations/{orgId}/members \
  --header 'Authorization: Bearer <token>'
[
  {
    "userId": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>",
    "role": "owner",
    "joinedAt": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://getkontext.io/docs/llms.txt

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

Authorizations

Authorization
string
header
required

API key (ktx_key_*) or session Bearer token

Path Parameters

orgId
string
required

Response

List of organization members

userId
string
required
firstName
string
required
lastName
string
required
email
string | null
required
role
enum<string>
required
Available options:
owner,
admin,
member
joinedAt
string<date-time>
required