resolve conflicts

(cherry picked from commit bb38cfcba4b4f824060ff385d858c63f50b72d74)
This commit is contained in:
Kevin Minehart
2022-01-25 11:45:31 +02:00
committed by dsotirakis
parent 12cd7ed303
commit c2d9df5437
7 changed files with 75 additions and 37 deletions
+7 -1
View File
@@ -7,7 +7,13 @@ aliases = ["/docs/grafana/latest/http_api/team/"]
# Team API
This API can be used to create/update/delete Teams and to add/remove users to Teams. All actions require that the user has the Admin role for the organization.
This API can be used to manage Teams and Team Memberships.
Access to these API endpoints is restricted as follows:
- All authenticated users are able to view details of teams they are a member of.
- Organization Admins are able to manage all teams and team members.
- If the `editors_can_admin` configuration flag is enabled, Organization Editors are able to view details of all teams and to manage teams that they are Admin members of.
## Team Search With Paging