get_user_by_id
Retrieve user details from Alteryx Servers by specifying a user ID. Facilitates user management within the AYX-MCP-Wrapper interface.
Instructions
Get a user by their ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"title": "User Id",
"type": "string"
}
},
"required": [
"user_id"
],
"title": "get_user_by_idArguments",
"type": "object"
}