Commit fdf31415 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

WIP

parent 898599bd
...@@ -580,6 +580,13 @@ GET /user ...@@ -580,6 +580,13 @@ GET /user
"twitter": "", "twitter": "",
"website_url": "", "website_url": "",
"organization": "", "organization": "",
"job_title": "",
"pronouns": "he/him",
"bot": false,
"work_information": null,
"followers": 0,
"following": 0,
"local_time": "3:38 PM",
"last_sign_in_at": "2012-06-01T11:41:01Z", "last_sign_in_at": "2012-06-01T11:41:01Z",
"confirmed_at": "2012-05-23T09:05:22Z", "confirmed_at": "2012-05-23T09:05:22Z",
"theme_id": 1, "theme_id": 1,
...@@ -596,9 +603,16 @@ GET /user ...@@ -596,9 +603,16 @@ GET /user
"can_create_project": true, "can_create_project": true,
"two_factor_enabled": true, "two_factor_enabled": true,
"external": false, "external": false,
"private_profile": false "private_profile": false,
"commit_email": "admin@example.com",
"is_admin": true,
"note": null,
"namespace_id": 1,
"provisioned_by_group_id": null
} }
``` ```
Users on [GitLab Premium or higher](https://about.gitlab.com/pricing/) also see the `shared_runners_minutes_limit`, `extra_shared_runners_minutes_limit`, `is_auditor`, and `using_license_seat` parameters.
## List current user (for admins) ## List current user (for admins)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment