github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/gitlab/list-users.json (about)

     1  [
     2    {
     3      "id": 1500,
     4      "username": "raymond_smith",
     5      "email": "john@example.com",
     6      "name": "Raymond Smith",
     7      "state": "active",
     8      "avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
     9      "web_url": "http://192.168.1.8:3000/root",
    10      "created_at": "2012-05-23T08:00:58Z",
    11      "bio": null,
    12      "location": null,
    13      "skype": "",
    14      "linkedin": "",
    15      "twitter": "",
    16      "website_url": "",
    17      "organization": "",
    18      "last_sign_in_at": "2012-06-01T11:41:01Z",
    19      "confirmed_at": "2012-05-23T09:05:22Z",
    20      "theme_id": 1,
    21      "last_activity_on": "2012-05-23",
    22      "color_scheme_id": 2,
    23      "projects_limit": 100,
    24      "current_sign_in_at": "2012-06-02T06:36:55Z",
    25      "identities": [
    26        {
    27          "provider": "github",
    28          "extern_uid": "2435223452345"
    29        },
    30        {
    31          "provider": "bitbucket",
    32          "extern_uid": "john_smith"
    33        },
    34        {
    35          "provider": "google_oauth2",
    36          "extern_uid": "8776128412476123468721346"
    37        }
    38      ],
    39      "can_create_group": true,
    40      "can_create_project": true,
    41      "two_factor_enabled": true,
    42      "external": false
    43    }
    44  ]