get_user
Retrieve detailed user information by ID using the input schema to interact with Devici API, facilitating precise user management in threat modeling resources.
Instructions
Get a specific user by 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": "get_userArguments",
"type": "object"
}