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: packages/datadog-api-client-v2/apis/TeamsApi.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3687,6 +3687,8 @@ export class TeamsApi {
3687
3687
3688
3688
/**
3689
3689
* Add a user to a team.
3690
+
*
3691
+
* **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).
3690
3692
* @param param The request object
3691
3693
*/
3692
3694
publiccreateTeamMembership(
@@ -3773,6 +3775,8 @@ export class TeamsApi {
3773
3775
3774
3776
/**
3775
3777
* Remove a user from a team.
3778
+
*
3779
+
* **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).
3776
3780
* @param param The request object
3777
3781
*/
3778
3782
publicdeleteTeamMembership(
@@ -4419,6 +4423,8 @@ export class TeamsApi {
4419
4423
4420
4424
/**
4421
4425
* Update a user's membership attributes on a team.
4426
+
*
4427
+
* **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