Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
TeamsUserEnum — User enumeration with Microsoft Teams API | Kitploit
Tools/GitHubGitHub/immunit/teamsuserenum
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringPenetration Testing
GitHubimmunit/teamsuserenum

TeamsUserEnum

User enumeration with Microsoft Teams API

View Repository
175255 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

UserEnumTeams

Description

Sometimes user enumeration could be sometimes useful during the reconnaissance of an assessment. This tool will determine if an email is registered on teams or not. More details on the immunIT's blog

Usage

root@kitploit:~
> .\UserEnumTeams userenum --help
Users can be enumerated on Microsoft Teams with the search features.
This tool validates an email address or a list of email addresses.
If these emails exist the presence of the user is retrieved as well as the device used to connect

Usage:
  UserEnumTeams userenum [flags]

Flags:
  -e, --email string   Email address
  -f, --file string    File containing the email address
  -h, --help           help for userenum
  -t, --token string   Bearer token (only the base64 part: eyJ0...)

Global Flags:
  -v, --verbose   Verbose
root@kitploit:~
.\UserEnumTeams userenum -u emails.txt -t eyJ0eXAiOiJKV1QiLCJub25jZSI6IlpNc3FVTnJDeUJaYTBJZ3RXSmFsNUZWVjRU……vKiXYtCir3GJ9rMPAhPXiXSzSMeOPiSaM7SDoCg

User enumeration

root@kitploit:~
.\UserEnumTeams userenum -u emails.txt -t eyJ0eXAiOiJKV1QiLCJub25jZSI6IlpNc3FVTnJDeUJaYTBJZ3RXSmFsNUZWVjRU……vKiXYtCir3GJ9rMPAhPXiXSzSMeOPiSaM7SDoCg -v

User enumeration verbose

Download Tool