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
Copy file name to clipboardExpand all lines: api/datadogV2/api_teams.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -436,6 +436,8 @@ func (a *TeamsApi) CreateTeamLink(ctx _context.Context, teamId string, body Team
436
436
437
437
// CreateTeamMembership Add a user to a team.
438
438
// Add a user to a team.
439
+
//
440
+
// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](https://docs.datadoghq.com/account_management/teams/manage/#team-membership).
@@ -733,6 +735,8 @@ func (a *TeamsApi) DeleteTeamLink(ctx _context.Context, teamId string, linkId st
733
735
734
736
// DeleteTeamMembership Remove a user from a team.
735
737
// Remove a user from a team.
738
+
//
739
+
// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](https://docs.datadoghq.com/account_management/teams/manage/#team-membership).
@@ -2751,6 +2755,8 @@ func (a *TeamsApi) UpdateTeamLink(ctx _context.Context, teamId string, linkId st
2751
2755
2752
2756
// UpdateTeamMembership Update a user's membership attributes on a team.
2753
2757
// Update a user's membership attributes on a team.
2758
+
//
2759
+
// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](https://docs.datadoghq.com/account_management/teams/manage/#team-membership).
0 commit comments