mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
19 lines
570 B
JSON
19 lines
570 B
JSON
{
|
|
"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",
|
|
"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",
|
|
"roles": [
|
|
{
|
|
"id": 1,
|
|
"display_name": "Admin"
|
|
}
|
|
]
|
|
} |