Skip to content

Commit 0a07ab6

Browse files
authored
Update users.json
1 parent 2f68b7f commit 0a07ab6

File tree

1 file changed

+106
-1
lines changed

1 file changed

+106
-1
lines changed

test/data/users.json

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,106 @@
1-
{"totalCount": 1, "items": [{"userName": "sysadmin", "firstName": "", "lastName": "", "email": "[email protected]", "type": "INTERNAL", "active": true, "_meta": {"allow": ["GET"], "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001", "links": [{"rel": "change-password", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/changepassword"}, {"rel": "reset-password", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/resetpassword"}, {"rel": "roles", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/roles"}, {"rel": "usergroups", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/usergroups"}, {"rel": "inherited-roles", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/inherited-roles"}, {"rel": "notifications", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/notifications"}, {"rel": "notification-counts", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/notification-counts"}, {"rel": "notification-states", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/notification-states"}, {"rel": "notification-subscriptions", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/notification-subscriptions"}, {"rel": "projects", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/projects"}]}, "roles": [{"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-000000000016", "name": "Component Manager"}, {"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-000000000009", "name": "Global Code Scanner"}, {"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-00000000000c", "name": "License Manager"}, {"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-00000000000a", "name": "Policy Manager"}, {"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-00000000000e", "name": "Project Creator"}, {"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-00000000000d", "name": "Super User"}, {"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-000000000001", "name": "System Administrator"}]}], "appliedFilters": [], "_meta": {"allow": ["POST", "GET"], "links": [{"rel": "static-filter", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/user-status-filters", "name": "userStatus", "label": "User Status"}]}}
1+
{
2+
"totalCount": 1,
3+
"items": [
4+
{
5+
"userName": "sysadmin",
6+
"firstName": "",
7+
"lastName": "",
8+
"email": "[email protected]",
9+
"type": "INTERNAL",
10+
"active": true,
11+
"_meta": {
12+
"allow": [
13+
"GET"
14+
],
15+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001",
16+
"links": [
17+
{
18+
"rel": "change-password",
19+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/changepassword"
20+
},
21+
{
22+
"rel": "reset-password",
23+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/resetpassword"
24+
},
25+
{
26+
"rel": "roles",
27+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/roles"
28+
},
29+
{
30+
"rel": "usergroups",
31+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/usergroups"
32+
},
33+
{
34+
"rel": "inherited-roles",
35+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/inherited-roles"
36+
},
37+
{
38+
"rel": "notifications",
39+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/notifications"
40+
},
41+
{
42+
"rel": "notification-counts",
43+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/notification-counts"
44+
},
45+
{
46+
"rel": "notification-states",
47+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/notification-states"
48+
},
49+
{
50+
"rel": "notification-subscriptions",
51+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/notification-subscriptions"
52+
},
53+
{
54+
"rel": "projects",
55+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001/projects"
56+
}
57+
]
58+
},
59+
"roles": [
60+
{
61+
"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-000000000016",
62+
"name": "Component Manager"
63+
},
64+
{
65+
"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-000000000009",
66+
"name": "Global Code Scanner"
67+
},
68+
{
69+
"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-00000000000c",
70+
"name": "License Manager"
71+
},
72+
{
73+
"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-00000000000a",
74+
"name": "Policy Manager"
75+
},
76+
{
77+
"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-00000000000e",
78+
"name": "Project Creator"
79+
},
80+
{
81+
"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-00000000000d",
82+
"name": "Super User"
83+
},
84+
{
85+
"role": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/roles/00000001-0001-0001-0001-000000000001",
86+
"name": "System Administrator"
87+
}
88+
]
89+
}
90+
],
91+
"appliedFilters": [],
92+
"_meta": {
93+
"allow": [
94+
"POST",
95+
"GET"
96+
],
97+
"links": [
98+
{
99+
"rel": "static-filter",
100+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/user-status-filters",
101+
"name": "userStatus",
102+
"label": "User Status"
103+
}
104+
]
105+
}
106+
}

0 commit comments

Comments
 (0)