diff --git a/gitlab/v4/objects/users.py b/gitlab/v4/objects/users.py index be0e36529..82f0b7627 100644 --- a/gitlab/v4/objects/users.py +++ b/gitlab/v4/objects/users.py @@ -453,8 +453,10 @@ class UserManager(CRUDMixin[User]): ) ) _update_attrs = RequiredOptional( - required=("email", "username", "name"), optional=( + "email", + "username", + "name", "password", "skype", "linkedin",