Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a4684110
Commit
a4684110
authored
Feb 24, 2021
by
Brie Carranza
Committed by
Mike Jang
Feb 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify that exclude_internal includes project bot users
parent
48a16d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
doc/api/users.md
doc/api/users.md
+7
-1
No files found.
doc/api/users.md
View file @
a4684110
...
...
@@ -67,9 +67,15 @@ GET /users?blocked=true
GitLab supports bot users such as the
[
alert bot
](
../operations/incident_management/integrations.md
)
or the
[
support bot
](
../user/project/service_desk.md#support-bot-user
)
.
To exclude these users from the users' list, you can use the parameter
`exclude_internal=true`
You can exclude the following types of
[
internal users
](
../development/internal_users.md#internal-users
)
from the users' list, with the
`exclude_internal=true`
parameter,
(
[
introduced
](
https://gitlab.com/gitlab-org/gitlab/-/issues/241144
)
in GitLab 13.4).
-
Alert bot
-
Support bot
However, this action does not exclude
[
project bot users
](
../user/project/settings/project_access_tokens.md#project-bot-users
)
.
```
plaintext
GET /users?exclude_internal=true
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment