list_enabled_users_with_email
Retrieve and list active directory users with email addresses in a specified domain using the BloodHound MCP server for Active Directory analysis.
Instructions
List enabled user(s) with an email address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_enabled_users_with_emailArguments",
"type": "object"
}