Skip to content

Commit aaed51c

Browse files
AdrianDCJohnVillalovos
authored andcommitted
feat(users): implement support for 'admins' in administrators 'list'
Signed-off-by: Adrian DC <radian.dc@gmail.com>
1 parent 397cf39 commit aaed51c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/users.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ class UserManager(CRUDMixin[User]):
410410
"custom_attributes",
411411
"status",
412412
"two_factor",
413+
"admins",
413414
)
414415
_create_attrs = RequiredOptional(
415416
optional=(

0 commit comments

Comments
 (0)