Skip to main content
GET
/
v1
/
platform
/
orgs
/
current
/
members
Error
A valid request URL is required to generate request examples
[
  {
    "avatar_url": "<string>",
    "created_at": "<string>",
    "display_name": "<string>",
    "email": "<string>",
    "id": "<string>",
    "is_disabled": true,
    "is_pending": true,
    "linked_login_methods": [
      {
        "provider": "<string>",
        "provisioning": "<string>"
      }
    ],
    "ls_user_id": "<string>",
    "role_id": "<string>",
    "role_name": "<string>",
    "scim_groups": [
      {
        "created_at": "<string>",
        "name": "<string>"
      }
    ],
    "workspace_memberships": [
      {
        "role_id": "<string>",
        "role_name": "<string>",
        "workspace_id": "<string>",
        "workspace_name": "<string>"
      }
    ]
  }
]

Documentation Index

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

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

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer

Page size (default 50, max 500)

offset
integer

Page offset (default 0)

active_is
boolean

Filter: true = only active members; false = only pending members

pending_is
boolean

Filter: true = only pending members; false = only active members

name_like
string[]

Glob filter on display name; use * as wildcard (repeatable, matches any)

email_like
string[]

Glob filter on email; use * as wildcard (repeatable, matches any)

workspace_name_like
string[]

Glob filter on workspace name or ID; use * as wildcard (repeatable, matches any)

organization_role_like
string[]

Glob filter on organization role name; use * as wildcard (repeatable, matches any)

workspace_role_like
string[]

Glob filter on workspace role name; use * as wildcard (repeatable, matches any)

Response

Org members

avatar_url
string
created_at
string
display_name
string

auth-resolved display name

email
string
id
string

identity_id or pending_identity_id

is_disabled
boolean

user disabled

is_pending
boolean

true for pending invitations

linked_login_methods
object[]
ls_user_id
string

nil for pending members

role_id
string

org role

role_name
string

org role name

scim_groups
object[]
workspace_memberships
object[]