get_user_by_first_name
Retrieve user details by first name using AYX-MCP-Wrapper. Quickly access user information to manage workflows, collections, and schedules on Alteryx Servers.
Instructions
Get a user by their first name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
first_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"first_name": {
"title": "First Name",
"type": "string"
}
},
"required": [
"first_name"
],
"title": "get_user_by_first_nameArguments",
"type": "object"
}