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: src/datadog_api_client/v2/api/teams_api.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -987,6 +987,8 @@ def create_team_membership(
987
987
988
988
Add a user to a team.
989
989
990
+
**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>`_.
991
+
990
992
:param team_id: None
991
993
:type team_id: str
992
994
:type body: UserTeamRequest
@@ -1063,6 +1065,8 @@ def delete_team_membership(
1063
1065
1064
1066
Remove a user from a team.
1065
1067
1068
+
**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>`_.
1069
+
1066
1070
:param team_id: None
1067
1071
:type team_id: str
1068
1072
:param user_id: None
@@ -1830,6 +1834,8 @@ def update_team_membership(
1830
1834
1831
1835
Update a user's membership attributes on a team.
1832
1836
1837
+
**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