-`skip_confirmation` (optional) - Skip confirmation - true or false (default)
-`external` (optional) - Flags the user as external - true or false (default)
-`avatar` (optional) - Image file for user's avatar
-`theme_id` (optional) - The GitLab theme for the user (see [the user preference docs](../user/profile/preferences.md#navigation-theme) for more information)
-`color_scheme_id` (optional) - User's color scheme for the file viewer (see [the user preference docs](../user/profile/preferences.md#syntax-highlighting-theme) for more information)
-`private_profile` (optional) - User's profile is private - true, false (default), or null (will be converted to false)
-`shared_runners_minutes_limit` (optional) - Pipeline minutes quota for this user **(STARTER)**
-`extra_shared_runners_minutes_limit` (optional) - Extra pipeline minutes quota for this user **(STARTER)**
...
...
@@ -423,6 +425,8 @@ Parameters:
-`shared_runners_minutes_limit` (optional) - Pipeline minutes quota for this user
-`extra_shared_runners_minutes_limit` (optional) - Extra pipeline minutes quota for this user
-`avatar` (optional) - Image file for user's avatar
-`theme_id` (optional) - The GitLab theme for the user (see [the user preference docs](../user/profile/preferences.md#navigation-theme) for more information)
-`color_scheme_id` (optional) - User's color scheme for the file viewer (see [the user preference docs](../user/profile/preferences.md#syntax-highlighting-theme) for more information)
-`private_profile` (optional) - User's profile is private - true, false (default), or null (will be converted to false)
-`shared_runners_minutes_limit` (optional) - Pipeline minutes quota for this user **(STARTER)**
-`extra_shared_runners_minutes_limit` (optional) - Extra pipeline minutes quota for this user **(STARTER)**