list_users
Retrieve a paginated list of users from a Langflow instance. Requires admin privileges.
Instructions
List all users in the Langflow instance. Admin-only endpoint. Supports pagination with skip and limit parameters. Returns array of user objects with id, username, email, and other profile information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of users to skip (default: 0) | |
| limit | No | Maximum number of users to return (default: 50, max: 100) |