These tools read user data from your Zoom account. To use them, your Zoom Server-to-Server OAuth app must have the
user:read scope granted.list_users
Retrieve a paginated list of users in your Zoom account, filtered by their account status. Active users are returned by default. Example prompts- “List all active users in my Zoom account”
- “Show me inactive users”
- “Are there any pending users waiting to accept their invites?”
Parameters
Filter users by account status. Accepted values:
active, inactive, pending.Number of user records to return per page. Maximum is 300.
get_user
Fetch the full profile for a single user. You can identify the user by their Zoom user ID or by their email address. Example prompts- “Get info for user john@example.com”
- “Show me details for user ID abc123”
- “What role does alice@example.com have in Zoom?”
Parameters
The Zoom user ID or the user’s email address. Both formats are accepted.