File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ atlas teams users add
1414
1515Add the specified MongoDB user to a team for your organization.
1616
17- Users must be current members of your organization before you can add them to a team .
17+ You can add users that are part of the organization or users that have been sent an invitation to join the organization .
1818
1919To use this command, you must authenticate with a user account or an API key with the Organization User Admin role.
2020
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ func AddBuilder() *cobra.Command {
7272 Use : "add <userId>..." ,
7373 Args : require .MinimumNObjectIDArgs (1 ),
7474 Short : "Add the specified MongoDB user to a team for your organization." ,
75- Long : `Users must be current members of your organization before you can add them to a team .
75+ Long : `You can add users that are part of the organization or users that have been sent an invitation to join the organization .
7676
7777` + fmt .Sprintf (usage .RequiredRole , "Organization User Admin" ),
7878 Annotations : map [string ]string {
You can’t perform that action at this time.
0 commit comments