]> BookStack Code Mirror - bookstack/blob - dev/api/responses/roles-list.json
respective book and chapter structure added.
[bookstack] / dev / api / responses / roles-list.json
1 {
2   "data": [
3     {
4       "id": 1,
5       "display_name": "Admin",
6       "description": "Administrator of the whole application",
7       "created_at": "2021-09-29T16:29:19.000000Z",
8       "updated_at": "2022-11-03T13:26:18.000000Z",
9       "system_name": "admin",
10       "external_auth_id": "wizards",
11       "mfa_enforced": true,
12       "users_count": 11,
13       "permissions_count": 54
14     },
15     {
16       "id": 2,
17       "display_name": "Editor",
18       "description": "User can edit Books, Chapters & Pages",
19       "created_at": "2021-09-29T16:29:19.000000Z",
20       "updated_at": "2022-12-01T02:32:57.000000Z",
21       "system_name": "",
22       "external_auth_id": "",
23       "mfa_enforced": false,
24       "users_count": 17,
25       "permissions_count": 49
26     },
27     {
28       "id": 3,
29       "display_name": "Public",
30       "description": "The role given to public visitors if allowed",
31       "created_at": "2021-09-29T16:29:19.000000Z",
32       "updated_at": "2022-09-02T12:32:12.000000Z",
33       "system_name": "public",
34       "external_auth_id": "",
35       "mfa_enforced": false,
36       "users_count": 1,
37       "permissions_count": 2
38     }
39   ],
40   "total": 3
41 }