Inventory TreeView Fixed
[ccsdk/features.git] / sdnr / wt / oauth-provider / provider-jar / src / test / resources / oauth / gitlab-user-response.json
1 {
2     "id": 21,
3     "name": "me",
4     "username": "my-username",
5     "state": "active",
6     "avatar_url": "https://my-git-server.com/uploads/-/system/user/avatar/21/avatar.png",
7     "web_url": "https://my-git-server.com/my-username",
8     "created_at": "2017-05-15T14:49:38.396Z",
9     "bio": "",
10     "location": "",
11     "public_email": "",
12     "skype": "",
13     "linkedin": "",
14     "twitter": "",
15     "website_url": "",
16     "organization": "",
17     "last_sign_in_at": "2021-02-12T12:56:34.094Z",
18     "confirmed_at": "2018-01-18T09:49:08.463Z",
19     "last_activity_on": "2021-02-15",
20     "email": "me@my-server.com",
21     "theme_id": null,
22     "color_scheme_id": 1,
23     "projects_limit": 0,
24     "current_sign_in_at": "2021-02-15T03:17:12.140Z",
25     "identities": [],
26     "can_create_group": false,
27     "can_create_project": false,
28     "two_factor_enabled": false,
29     "external": false,
30     "private_profile": false,
31     "is_admin": true
32 }