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: services/teams/src/v2/TeamsApi.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3925,6 +3925,8 @@ export class TeamsApi {
3925
3925
3926
3926
/**
3927
3927
* Add a user to a team.
3928
+
*
3929
+
* **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).
3928
3930
* @param param The request object
3929
3931
*/
3930
3932
publiccreateTeamMembership(
@@ -4011,6 +4013,8 @@ export class TeamsApi {
4011
4013
4012
4014
/**
4013
4015
* Remove a user from a team.
4016
+
*
4017
+
* **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).
4014
4018
* @param param The request object
4015
4019
*/
4016
4020
publicdeleteTeamMembership(
@@ -4648,6 +4652,8 @@ export class TeamsApi {
4648
4652
4649
4653
/**
4650
4654
* Update a user's membership attributes on a team.
4655
+
*
4656
+
* **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