Skip to main content
GET
/
api
/
v1
/
orgs
/
current
/
user
/
login-methods
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",
    "saml_provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "provider_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "email": "<string>",
    "full_name": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "username": "<string>",
    "is_disabled": true,
    "email_confirmed_at": "2023-11-07T05:31:56Z"
  }
]

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

id
string<uuid>
required
ls_user_id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
provider
enum<string> | null
Available options:
email,
supabase:non-sso,
supabase:sso,
oidc,
custom-oidc
saml_provider_id
string<uuid> | null
provider_user_id
string<uuid> | null
email
string | null
full_name
string | null
first_name
string | null
last_name
string | null
username
string | null
is_disabled
boolean | null
provisioning_method
enum<string> | null
Available options:
scim,
saml:jit,
bootstrap
email_confirmed_at
string<date-time> | null