runbooks inventory list-org-usersΒΆ
Auto-generated from
runbooks inventory list-org-users --helpon 2026-05-21. Source of truth: runbooks PyPI package v1.3.22
Usage: runbooks inventory list-org-users [OPTIONS]
Discover IAM users and AWS Identity Center users across AWS Organizations.
Comprehensive user discovery supporting both traditional IAM and modern AWS
Identity Center identity sources for enterprise identity governance.
Identity Sources: Default: Both IAM and Identity Center users --iam:
Traditional IAM users only --idc: AWS Identity Center users only
Examples: # Discover all users (IAM + Identity Center) runbooks
inventory --profile $MANAGEMENT_PROFILE list-org-users
# IAM users only runbooks inventory --profile mgmt list-org-users
--iam --short
# Identity Center only with CSV export runbooks inventory --profile
mgmt list-org-users --idc --export-format csv
Options:
-p, --profile TEXT AWS profile name (default: from AWS_PROFILE
env var)
--iam Discover IAM users only
--idc Discover Identity Center users only
-s, -q, --short Brief summary without detailed enumeration
-f, --format, --export-format [json|csv|markdown|table]
Export format (-f/--format preferred,
--export-format legacy)
-o, --output TEXT Output filename
--timing Show performance metrics
-v, --verbose Increase verbosity
--help Show this message and exit.