reset_user_password
Reset a user's password on Alteryx Servers by specifying their user ID using the AYX-MCP-Wrapper server interface.
Instructions
Reset a user's password 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": "reset_user_passwordArguments",
"type": "object"
}