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
$team = $client->teams()->create('New Team Name', true, false, false, true, false);
173
+
```
174
+
Creates a team and sets permissions applied to team members. Those permissions are (in order):
175
+
176
+
-`canEditTeamPackages`: members of the team can edit and remove packages, assign package permissions (only applies to packages assigned to team).
177
+
-`canAddPackages`: members of the team can add packages to organization; add, edit and remove credentials and mirrored third-party repositories.
178
+
-`canCreateSubrepositories`: members of the team can create subrepositories.
179
+
-`canViewVendorCustomers`: members of the team can view customers, their Composer information, their packages, and their install statistics.
180
+
-`canManageVendorCustomers`: members of the team can create and delete customers, add and remove packages, update their settings, view Composer information and install statistics.
0 commit comments