-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
30 lines (30 loc) · 832 Bytes
/
users.json
File metadata and controls
30 lines (30 loc) · 832 Bytes
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
{
"status": "success",
"count": 3,
"data": [
{
"_id": "655e019f890666a9ec090931",
"username": "fiazsofone",
"email": "fiaz@gmail.com",
"avatar": "/upload/users/avatar-655e019f890666a9ec090931-1700837675592.png",
"fullName": "undefined undefined",
"id": "655e019f890666a9ec090931"
},
{
"_id": "65608f4ea47a8dfa30e846f7",
"username": "riajulislam",
"email": "riaz@gmail.com",
"avatar": "/upload/users/avatar-65608f4ea47a8dfa30e846f7-1700832985968.png",
"fullName": "undefined undefined",
"id": "65608f4ea47a8dfa30e846f7"
},
{
"_id": "6571dbb3b3da32cc7fc5e347",
"username": "user1user",
"email": "user1@gmail.com",
"avatar": "/upload/users/avatar-6571dbb3b3da32cc7fc5e347-1701960885802.png",
"fullName": "undefined undefined",
"id": "6571dbb3b3da32cc7fc5e347"
}
]
}