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