list_all_owned_users
Identify all owned users within a specified Active Directory domain using BloodHound MCP, simplifying user privilege analysis and security assessments.
Instructions
List all owned user(s)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_all_owned_usersArguments",
"type": "object"
}