/
LA
langflow-ai
/
Langflow
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 7m ago · Updated 3w ago
View markdown
langflow-ai
Langflow
patch
Patch User
22962dc5e81b
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
144
108
427.9 KB
a2a
3
agentic
1
Agentic
5
Authorization
32
Base
6
Chat
6
Extensions
2
Files
18
Flow Events
2
Flows
14
Health Check
2
Log
2
MCP
5
mcp_projects
5
Monitor
16
OpenAI Responses API
1
Projects
7
Traces
4
Users
6
get
Read All Users
post
Add User
get
Read Current User
delete
Delete User
patch
Patch User
patch
Reset Password
Workflow
6
Workflow (public)
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
is_active
boolean
nullable
is_superuser
boolean
nullable
last_login_at
string
date-time
nullable
optins
object
nullable
password
string
nullable
profile_image
string
nullable
username
string
nullable
Response
Successful Response
UserRead
required
create_at
string
date-time
required
id
string
uuid
is_active
boolean
required
is_superuser
boolean
required
last_login_at
string
date-time
nullable
required
optins
object
nullable
profile_image
string
nullable
required
store_api_key
string
nullable
required
updated_at
string
date-time
required
username
string
required