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>2020-09-18 03:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-18 03:09:39 +0300
commitcf9694dd845a10c40449f2cfa539af1836f5c6e9 (patch)
treef226c29968e34c693ccc1871272e3c5d068aa303 /doc/api/members.md
parent63b9a1e5bd6f67dd375e00c44eedf6a526f6653d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/members.md')
-rw-r--r--doc/api/members.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/members.md b/doc/api/members.md
index 90c36a0b822..76d63b277c4 100644
--- a/doc/api/members.md
+++ b/doc/api/members.md
@@ -81,9 +81,10 @@ Example response:
## List all members of a group or project including inherited members
-Gets a list of group or project members viewable by the authenticated user, including inherited members through ancestor groups.
-When a user is a member of the project/group and of one or more ancestor groups the user is returned only once with the project `access_level` (if exists)
-or the `access_level` for the user in the first group which they belong to in the project groups ancestors chain.
+Gets a list of group or project members viewable by the authenticated user, including inherited members and permissions through ancestor groups.
+
+CAUTION: **Caution:**
+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.
This function takes pagination parameters `page` and `per_page` to restrict the list of users.