Langflow · Capability
Langflow Users
Langflow Users. 6 operations. Lead operation: Read All Users. Self-contained Naftiko capability covering one Langflow business surface.
Langflow Users is a Naftiko capability published by Langflow, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 6 operations across the GET, PATCH, POST, and DELETE methods rooted at /v1/api/v1/users.
The capability includes 2 read-only operations and 4 state-changing operations. Lead operation: Read All Users. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Langflow and Users.
What You Can Do
GET
Read all users
— Read All Users
/v1/api/v1/users/
POST
Add user
— Add User
/v1/api/v1/users/
GET
Read current user
— Read Current User
/v1/api/v1/users/whoami
DELETE
Delete user
— Delete User
/v1/api/v1/users/{user_id}
PATCH
Patch user
— Patch User
/v1/api/v1/users/{user_id}
PATCH
Reset password
— Reset Password
/v1/api/v1/users/{user_id}/reset-password
MCP Tools
langflow-read-all-users
Read All Users
read-only
idempotent
langflow-add-user
Add User
langflow-read-current-user
Read Current User
read-only
idempotent
langflow-delete-user
Delete User
idempotent
langflow-patch-user
Patch User
langflow-reset-password
Reset Password