github.com/gfleury/gobbs@v0.0.0-20200831213239-44ca2b94c1a1/users/mocked_responses/GetUsers.json (about) 1 { 2 "size": 1, 3 "limit": 25, 4 "isLastPage": true, 5 "values": [ 6 { 7 "name": "jcitizen", 8 "emailAddress": "jane@example.com", 9 "id": 101, 10 "displayName": "Jane Citizen", 11 "active": true, 12 "slug": "jcitizen", 13 "type": "NORMAL", 14 "directoryName": "Bitbucket Internal Directory", 15 "deletable": true, 16 "lastAuthenticationTimestamp": 1368145580548, 17 "mutableDetails": true, 18 "mutableGroups": true 19 } 20 ], 21 "start": 0 22 }