Skip to main content
POST
/
api
/
v1
/
orgs
/
current
/
members
/
basic
/
batch
Error
A valid request URL is required to generate request examples
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "ls_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "email": "<string>",
    "full_name": "<string>",
    "avatar_url": "<string>",
    "password": "<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
user_id
string<uuid> | null
ls_user_id
string<uuid> | null
read_only
boolean | null
deprecated
role_id
string<uuid> | null
password
string | null
full_name
string | null
workspace_role_id
string<uuid> | null
workspace_ids
string<uuid>[] | null

Response

Successful Response

id
string<uuid>
required
ls_user_id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
email
string
required
full_name
string | null
avatar_url
string | null
password
string | null