- Notifications
You must be signed in to change notification settings - Fork673
API callusers.list(exclude_external=True)
filters out wrong users#3113
-
I recently updated to 17.8 and the behavior of filtering internal/external users does not work properly. We are on self-managed GitLab free EE. Newly registered users are automatically flagged as external, except when their email matches a specific regex (admin settings > account and limit). Prior to the update, new users got the attribute The problem now is, that an API call like Any ideas what's going on? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 2 replies
-
Maybe this is an issue with GitLab? Is there a reason you believe the issue is with python-gitlab? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Could be an issue with GitLab. I'm honestly just curious if this is the standard behavior now, since there is no possibility to get support as a free user. |
BetaWas this translation helpful?Give feedback.
All reactions
-
You are allowed to file an issue on GitLab.https://gitlab.com/gitlab-org/gitlab/-/issues And also search to see if the issue has been reported. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
FYI: GitLab issue created by@johannes-michaelhttps://gitlab.com/gitlab-org/gitlab/-/issues/516083 |
BetaWas this translation helpful?Give feedback.