list_all_owned_enabled_users_with_email
Extract all owned and enabled users with email addresses from a specified domain using BloodHound MCP. Simplifies Active Directory analysis by automating user data retrieval.
Instructions
List all owned & 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_all_owned_enabled_users_with_emailArguments",
"type": "object"
}