get_user
Retrieve detailed user information by specifying a user ID using the MCP Server’s API integration with SD Elements security platform.
Instructions
Get detailed information about a specific user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes | The ID of the user to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"description": "The ID of the user to retrieve",
"minimum": 1,
"type": "integer"
}
},
"required": [
"user_id"
],
"type": "object"
}