curl --location --request GET 'https://tsapi.perenso.net/v2/show-admins/list?sort&modifiedDate&page=1&resultsPerPage=20' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"totalRecords": 1,
"page": 1,
"resultsPerPage": 20
},
"items": [
{
"id": "a7677a",
"userID": "USER1534_UPDATE",
"salutation": "Mr",
"firstName": "Corine",
"initial": "C",
"lastName": "Hartmann",
"jobTitle": "Attendee",
"phone": "(864) 929-4706",
"fax": "361-869-8602 x04416",
"scanID": "ZF0ZBF",
"notificationEmail": "[email protected]",
"bio": "teacher, grad, inventor 🍉",
"canImpersonateAttendee": true,
"attendanceType": "Onsite Only"
}
]
}