find_by_email
Search for Vultr subaccounts using an email address to locate and manage cloud infrastructure resources associated with specific users.
Instructions
Find subaccounts by email address.
Args: email: Email address to search for
Returns: List of matching subaccounts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Yes |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"title": "Email",
"type": "string"
}
},
"required": [
"email"
],
"type": "object"
}