Create a new Show Admin
POST
/ShowAdmin
Show Admins
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/ShowAdmin' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER7472",
"salutation": "Mrs",
"firstName": "Sharon",
"initial": "T",
"lastName": "Will",
"jobTitle": "Central Configuration Engineer",
"phone": "(926) 712-4882",
"fax": "(868) 926-4144 x974",
"scanID": "9GJBZ4",
"notificationEmail": "Beth.Kerluke@yahoo.com",
"bio": "artist",
"active": true,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": false,
"canImport": true
}'
Response Response Example
200 - Show Admin
{
"id": "pa9p7a",
"userID": "USER7472",
"salutation": "Mrs",
"firstName": "Sharon",
"initial": "T",
"lastName": "Will",
"jobTitle": "Central Configuration Engineer",
"phone": "(926) 712-4882",
"fax": "(868) 926-4144 x974",
"scanID": "9GJBZ4",
"notificationEmail": "Beth.Kerluke@yahoo.com",
"bio": "artist",
"active": true,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": false,
"canImport": true
}
Request
Body Params application/json
Responses
Modified at 2025-05-16 13:48:27