mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"data": [
|
|
{
|
|
"id": 1,
|
|
"name": "Dan Brown",
|
|
"email": "dannyb@example.com",
|
|
"created_at": "2022-02-03T16:27:55.000000Z",
|
|
"updated_at": "2022-02-03T16:27:55.000000Z",
|
|
"external_auth_id": "abc123456",
|
|
"slug": "dan-brown",
|
|
"user_id": 1,
|
|
"last_activity_at": "2022-02-03T16:27:55.000000Z",
|
|
"profile_url": "https://docs.example.com/user/dan-brown",
|
|
"edit_url": "https://docs.example.com/settings/users/1",
|
|
"avatar_url": "https://docs.example.com/uploads/images/user/2021-10/thumbs-50-50/profile-2021.jpg"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Benny",
|
|
"email": "benny@example.com",
|
|
"created_at": "2022-01-31T20:39:24.000000Z",
|
|
"updated_at": "2021-11-18T17:10:58.000000Z",
|
|
"external_auth_id": "",
|
|
"slug": "benny",
|
|
"user_id": 2,
|
|
"last_activity_at": "2022-01-31T20:39:24.000000Z",
|
|
"profile_url": "https://docs.example.com/user/benny",
|
|
"edit_url": "https://docs.example.com/settings/users/2",
|
|
"avatar_url": "https://docs.example.com/uploads/images/user/2021-11/thumbs-50-50/guest.jpg"
|
|
}
|
|
],
|
|
"total": 28
|
|
} |