-
Notifications
You must be signed in to change notification settings - Fork 10.2k
feat: add TeamsUsers module for managing team user data #22663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add TeamsUsers module for managing team user data #22663
Conversation
@Devanshusharma2005 is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (07/21/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (07/21/25)1 label was added to this PR based on Keith Williams's automation. |
This PR is being marked as stale due to inactivity. |
What does this PR do?
Features:
✅ Email filtering: Filter users by email addresses (comma-separated)
✅ Pagination: Support for skip and take parameters
✅ Authorization: Requires TEAM_ADMIN role
✅ Profiles: Returns user profiles in the response
✅ Organization context: Handles both standalone teams and organization teams
✅ Same response format: Matches organizations-users endpoint response structure
Query Parameters:
emails (optional): Comma-separated list of email addresses to filter by
take (optional): Number of items to return (default: 250, max: 1000)
skip (optional): Number of items to skip for pagination (default: 0)
Authentication & Authorization:
Requires valid API key
User must be a TEAM_ADMIN of the specified team
User must be a member of the team
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Video Demo (if applicable):
Image Demo (if applicable):
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist