Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 18:11:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 18:11:08 +0300
commit2cba3ab8e7b2d6b32be6910d15b53860f2c2140e (patch)
tree28bd2516c6030e038bb8ea1143cc6ec11f953fd0 /doc/api/members.md
parenta10d237d37e78cbe84f72fffaeff74dc73f1e68f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/members.md')
-rw-r--r--doc/api/members.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/members.md b/doc/api/members.md
index b9070b8f305..b917ca98562 100644
--- a/doc/api/members.md
+++ b/doc/api/members.md
@@ -90,8 +90,8 @@ Example response:
Gets a list of group or project members viewable by the authenticated user, including inherited members and permissions through ancestor groups.
-WARNING:
-Due to [an issue](https://gitlab.com/gitlab-org/gitlab/-/issues/249523), the users effective `access_level` may actually be higher than returned value when listing group members.
+If a user is a member of this group or project and also of one or more ancestor groups, only its membership with the highest `access_level` is returned.
+This represents the effective permission of the user.
This function takes pagination parameters `page` and `per_page` to restrict the list of users.