list_users
Retrieve and manage user accounts on Panther MCP Server. Supports pagination, returns user details, and requires 'Read User Info' permissions for access.
Instructions
List all Panther user accounts.
Returns: Dict containing: - success: Boolean indicating if the query was successful - users: List of user accounts if successful - total_users: Number of users returned - has_next_page: Boolean indicating if more results are available - next_cursor: Cursor for fetching the next page of results - message: Error message if unsuccessful
Permissions:{'all_of': ['Read User Info']}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Optional cursor for pagination from a previous query | |
limit | No | Maximum number of results to return (1-60) |