You can find your Vercel Team ID using a couple of different methods 12:
Method 1: Using the Dashboard URL
Navigate directly to your team's settings by replacing your_team_name_here with your actual team's name in this URL:
Method 2: Through the Dashboard Interface
If the URL method doesn't work, follow these steps:
- Open your team's dashboard on Vercel
- Click on the Settings tab
- Choose General from the left-hand navigation
- Scroll down to the Team ID section
- Your Team ID will be displayed there, ready for you to copy
Method 3: Using the Vercel API
You can also retrieve your Team ID programmatically using the Vercel API 1.
Important Notes
- Your Team ID is a unique and unchangeable identifier that's automatically assigned when your team is created 12
- When using the Team ID with API calls, make sure to include the complete Team ID (including the
team_ prefix if present) 3