get
Retrieve detailed user information including permissions and settings from Vultr cloud infrastructure by providing a user ID or email address.
Instructions
Get detailed information about a specific user.
Args: user_id: The user ID (UUID) or email address (e.g., "user@example.com" or UUID)
Returns: Detailed user information including permissions and settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"title": "User Id",
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}