We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7843ace commit 27375f6Copy full SHA for 27375f6
gitlab/v4/objects.py
@@ -414,6 +414,7 @@ class UserManager(CRUDMixin, RESTManager):
414
"search",
415
"custom_attributes",
416
"status",
417
+ "two_factor",
418
)
419
_create_attrs = (
420
tuple(),
@@ -438,6 +439,8 @@ class UserManager(CRUDMixin, RESTManager):
438
439
"organization",
440
"location",
441
"avatar",
442
+ "public_email",
443
+ "private_profile",
444
),
445
446
_update_attrs = (
@@ -459,6 +462,8 @@ class UserManager(CRUDMixin, RESTManager):
459
462
460
463
461
464
465
466
467
468
469
_types = {"confirm": types.LowercaseStringAttribute, "avatar": types.ImageAttribute}
0 commit comments