You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`role` (String) The role that the user should have in the project. One of 'MEMBER', 'OWNER', 'VIEWER', 'DEVELOPER', 'BILLING' or 'CONTRIBUTOR'. Depending on your Team's plan, some of these roles may be unavailable.
29
35
-`team_id` (String) The ID of the existing Vercel Team.
30
-
-`user_id` (String) The ID of the user to add to the team.
31
36
32
37
### Optional
33
38
34
39
-`access_groups` (Set of String) If access groups are enabled on the team, and the user is a CONTRIBUTOR, `projects`, `access_groups` or both must be specified. A set of access groups IDs that the user should be granted access to.
40
+
-`email` (String) The email of the user to add to the team. Must specify one of user_id or email.
35
41
-`projects` (Attributes Set) If access groups are enabled on the team, and the user is a CONTRIBUTOR, `projects`, `access_groups` or both must be specified. A set of projects that the user should be granted access to, along with their role in each project. (see [below for nested schema](#nestedatt--projects))
42
+
-`user_id` (String) The ID of the user to add to the team. Must specify one of user_id or email.
0 commit comments