/
LA
langflow-ai
/
Langflow
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
APIKey
4
Base
13
Chat
7
Components Store
9
Files
18
Flows
12
Folders
7
Health Check
2
Knowledge Bases
6
Log
2
Login
4
mcp
16
MCP
5
mcp_projects
14
Monitor
9
OpenAI Responses API
1
Projects
7
Registration API
2
Users
6
get
Read All Users
post
Add User
get
Read Current User
delete
Delete User
patch
Patch User
patch
Reset Password
Validate
2
Variables
4
Voice
1
Users
Patch User
Update an existing user's data.
patch
/api/v1/users/{user_id}
Path parameters
user_id
string
uuid
required
Request body
UserUpdate
required
username
string
nullable
profile_image
string
nullable
password
string
nullable
is_active
boolean
nullable
is_superuser
boolean
nullable
last_login_at
string
date-time
nullable
optins
object
nullable
Response
Successful Response
UserRead
required
id
string
uuid
username
string
required
profile_image
string
nullable
required
store_api_key
string
nullable
required
is_active
boolean
required
is_superuser
boolean
required
create_at
string
date-time
required
updated_at
string
date-time
required
last_login_at
string
date-time
nullable
required
optins
object
nullable
Changes