Skip to main content
POST
/
api
/
v1
/
workspaces
/
current
/
members
/
batch
Error
A valid request URL is required to generate request examples
[
  {
    "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

Body

application/json
email
string
required
read_only
boolean
default:false
deprecated
role_id
string<uuid> | null
workspace_ids
string<uuid>[] | null
workspace_role_id
string<uuid> | null
password
string | null
full_name
string | null

Response

Successful Response

email
string
required
id
string<uuid>
required
created_at
string<date-time>
required
read_only
boolean
default:false
deprecated
role_id
string<uuid> | null
workspace_ids
string<uuid>[] | null
workspace_role_id
string<uuid> | null
password
string | null
full_name
string | null
access_scope
enum<string>
default:workspace
Available options:
organization,
workspace
user_id
string<uuid> | null
tenant_id
string<uuid> | null
organization_id
string<uuid> | null
role_name
string | null
org_role_id
string<uuid> | null
org_role_name
string | null