Skip to main content
Glama

get_all_users

Retrieve all user accounts from the Alteryx server to manage access permissions and user administration.

Instructions

Get the list of all users of the Alteryx server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Core handler function that retrieves all users from the Alteryx server API using users_api.users_get_users() and formats the response.
    def get_all_users(self): """Get the list of all users of the Alteryx server""" try: api_response = self.users_api.users_get_users() return pprint.pformat(api_response) except ApiException as e: return f"Error: {e}"
  • MCP tool registration decorator and wrapper function that delegates execution to self.tools.get_all_users().
    @self.app.tool() def get_all_users(): """Get the list of all users of the Alteryx server""" return self.tools.get_all_users()

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jupiterbak/AYX-MCP-Wrapper'

If you have feedback or need assistance with the MCP directory API, please join our Discord server