Get a list of Show Admins
GET
/ShowAdmin
Show Admins
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/ShowAdmin?sort&modifiedAfter&page=1&resultsPerPage=20'
Response Response Example
200 - Show Admin
[
{
"id": "pa9p7a",
"userID": "USER0527",
"salutation": "Dr",
"firstName": "Matilda",
"initial": "P",
"lastName": "Harvey",
"jobTitle": "Central Mobility Consultant",
"phone": "(947) 923-6295",
"fax": "1-834-783-2556 x118",
"scanID": "2U0KVE",
"notificationEmail": "Karen_Davis95@hotmail.com",
"bio": "parent, singer, coach",
"active": true,
"attendanceType": "Both",
"canImpersonateAttendee": true,
"canImport": true
},
{
"id": "637da6",
"userID": "USER8541",
"salutation": "Dr",
"firstName": "Ciara",
"initial": "Q",
"lastName": "Roberts",
"jobTitle": "Dynamic Solutions Designer",
"phone": "(294) 800-1027",
"fax": "1-343-466-8433 x026",
"scanID": "EDHEV5",
"notificationEmail": "Oran_Shanahan@hotmail.com",
"bio": "lace lover",
"active": true,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": true,
"canImport": true
},
{
"id": "k68kd6",
"userID": "USER3251",
"salutation": "Mr",
"firstName": "Tess",
"initial": "H",
"lastName": "Wunsch",
"jobTitle": "Senior Brand Architect",
"phone": "(680) 507-2670",
"fax": "627-981-1716 x35268",
"scanID": "62O8MC",
"notificationEmail": "Skylar97@yahoo.com",
"bio": "populist fan 🤎",
"active": true,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": false,
"canImport": true
}
]
Request
Query Params
sort
stringÂ
optional
Default:
modifiedAfter
string <date-time>
optional
page
integer <int32>
optional
Default:
1
Example:
1
resultsPerPage
integer <int32>
optional
Default:
20
Example:
20
Responses
Modified at 2025-05-15 21:29:30