Skip to main content
GET
/
api
/
v1
/
workspaces
/
current
/
members
Error
A valid request URL is required to generate request examples
{
  "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "members": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "ls_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "read_only": true,
      "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "role_name": "<string>",
      "access_scope": "workspace",
      "email": "<string>",
      "full_name": "<string>",
      "avatar_url": "<string>",
      "linked_login_methods": [],
      "display_name": "<string>",
      "is_disabled": false,
      "org_role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "org_role_name": "<string>"
    }
  ],
  "pending": [
    {
      "email": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "read_only": false,
      "role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "workspace_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ],
      "workspace_role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "password": "<string>",
      "full_name": "<string>",
      "access_scope": "workspace",
      "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "role_name": "<string>",
      "org_role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "org_role_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

Response

200 - application/json

Successful Response

Tenant members schema.

tenant_id
string<uuid>
required
members
MemberIdentity · object[]
required
pending
PendingIdentity · object[]
required