get_user
Retrieve detailed user information, such as account settings and permissions, by specifying a username in the TrueNAS Core MCP Server environment.
Instructions
Get detailed information about a specific user
Args:
username: Username to look up
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"title": "Username",
"type": "string"
}
},
"required": [
"username"
],
"title": "get_userArguments",
"type": "object"
}