Welcome to mirror list, hosted at ThFree Co, Russian Federation.

user.search.json « phabricator_responses « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3ec653a23e8b272ed0f3f02affa1326094f28ae (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "result": {
    "data": [
      {
        "id": 1,
        "type": "USER",
        "phid": "PHID-USER-hohoho",
        "fields": {
          "username": "jane",
          "realName": "Jane Doe",
          "roles": [
            "admin",
            "verified",
            "approved",
            "activated"
          ],
          "dateCreated": 1405970599,
          "dateModified": 1406705963,
          "policy": {
            "view": "public",
            "edit": "no-one"
          }
        },
        "attachments": {}
      },
      {
        "id": 2,
        "type": "USER",
        "phid": "PHID-USER-hihihi",
        "fields": {
          "username": "john",
          "realName": "John Doe",
          "roles": [
            "admin",
            "verified",
            "approved",
            "activated"
          ],
          "dateCreated": 1403609184,
          "dateModified": 1559138722,
          "policy": {
            "view": "public",
            "edit": "no-one"
          }
        },
        "attachments": {}
      }
    ],
    "maps": {},
    "query": {
      "queryKey": null
    },
    "cursor": {
      "limit": "100",
      "after": null,
      "before": null,
      "order": null
    }
  },
  "error_code": null,
  "error_info": null
}