Create a Team
Teams on Vercel allow you to collaborate with members on projects, and grant you access to additional resources. Learn how to create or join a team on Vercel.Teams on the Pro and Enterprise plans can collaborate with teammates, share resources, and manage projects on Vercel.
If you're on the Hobby plan, you can upgrade to the Pro plan to start adding team members.
After creating a new trial, you'll have 14 days of Pro premium features and collaboration for free.
- Click on the scope selector at the top left of the nav bar
- Choose to create a new team
- Name your team
- Depending on the types of team plans that you have already created, you'll be able to select a team plan option:
You can join a Vercel team through an invitation from a team owner, automatic addition by a team's identity provider, or by requesting access yourself. To request access, you can push a commit to a private Git repository owned by the team, or interact with the suggested teams on the Vercel dashboard.
Vercel creates a list of teams you might want to join based on your email domain, membership in GitHub organizations, GitLab groups, or Bitbucket workspaces connected to a team project.
If there are suggested teams for your Hobby team, you'll see those appear in the scope selector on the top left of the dashboard, and on the teams page within your Hobby team settings.
To leave a team:
- If there isn't another owner for your team, you must assign a different confirmed member as the team owner
- Go to your team's dashboard and select the Settings tab
- Scroll to the Leave Team section and select the Leave Team button
- Click Confirm
- If you are the only remaining member, you should delete the team instead
To delete a team:
- Remove all team domains
- Go to your team's dashboard and select the Settings tab
- Scroll to the Delete Team section and select the Delete Team button
- Click Confirm
If you'd prefer to cease payment instead of deleting your team, you can downgrade to Hobby.
Your default team will be used when you make a request through the API or CLI and don’t specify a specific team. It will also be the team shown whenever you first log in to Vercel or navigate to /dashboard
. The first Hobby or Pro team you create will automatically be nominated as the default team.
If you delete, leave, or are removed from your default team, Vercel will automatically choose a new default team for you. However, you may want to choose a default team yourself. To do that:
- Navigate to vercel.com/account/settings
- Under Default Team, select your new default team from the dropdown
- Press Save
Your Team ID is a unique and unchangeable identifier that's automatically assigned when your team is created.
There are a couple of methods you can use to locate your Team ID:
- Vercel API: Use the Vercel API to retrieve your Team ID
- Dashboard: Find your Team ID directly from your team's Dashboard on Vercel:
- Navigate to the following URL, replacing
your_team_name_here
with your actual team's name:https://vercel.com/teams/your_team_name_here/settings#team-id
. If you're unable to locate your Team ID using the URL method, follow these steps: - Open your team's dashboard and head over to the Settings tab
- Choose General from the left-hand navigation
- Scroll down to the Team ID section and your Team ID will be there ready for you to copy
- Navigate to the following URL, replacing
Configuring a team email domain will permit users with a matching and verified email address to request access to your team without requiring an invitation. For example, if your team email domain is acme.com
, a user with the email address john@acme.com
will be able to request access to join your team.
This is useful if you would like employees, or those you work with, to request access to join your team instead of sending them an invitation.
To allow this feature, you must add the email domain to the Vercel Domains section. Given the example above, you would add acme.com
.
Was this helpful?