From 87ef501eacd66d7166183d20d84e33de022f7002 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 3 Mar 2020 09:07:54 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/users.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/api') diff --git a/doc/api/users.md b/doc/api/users.md index 929ad1248be..49bd090f294 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -95,6 +95,7 @@ GET /users "twitter": "", "website_url": "", "organization": "", + "job_title": "", "last_sign_in_at": "2012-06-01T11:41:01Z", "confirmed_at": "2012-05-23T09:05:22Z", "theme_id": 1, @@ -132,6 +133,7 @@ GET /users "twitter": "", "website_url": "", "organization": "", + "job_title": "", "last_sign_in_at": null, "confirmed_at": "2012-05-30T16:53:06.148Z", "theme_id": 1, @@ -247,7 +249,8 @@ Parameters: "linkedin": "", "twitter": "", "website_url": "", - "organization": "" + "organization": "", + "job_title": "Operations Specialist" } ``` @@ -282,6 +285,7 @@ Example Responses: "twitter": "", "website_url": "", "organization": "", + "job_title": "Operations Specialist", "last_sign_in_at": "2012-06-01T11:41:01Z", "confirmed_at": "2012-05-23T09:05:22Z", "theme_id": 1, @@ -545,6 +549,7 @@ GET /user "twitter": "", "website_url": "", "organization": "", + "job_title": "", "last_sign_in_at": "2012-06-01T11:41:01Z", "confirmed_at": "2012-05-23T09:05:22Z", "theme_id": 1, -- cgit v1.2.1