Update a Show Admin
PUT
/ShowAdmin/{id}
Show Admins
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/ShowAdmin/' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER1777",
"salutation": "Mrs",
"firstName": "Vaughn",
"initial": "E",
"lastName": "Bradtke",
"jobTitle": "Regional Brand Supervisor",
"phone": "(584) 887-6630",
"fax": "1-472-322-5806 x9754",
"scanID": "BWAONO",
"notificationEmail": "Ova.Nikolaus@yahoo.com",
"bio": "pulse junkie 🥊",
"active": false,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": true,
"canImport": false
}'
Response Response Example
200 - Show Admin
{
"id": "pa9p7a",
"userID": "USER1777",
"salutation": "Mrs",
"firstName": "Vaughn",
"initial": "E",
"lastName": "Bradtke",
"jobTitle": "Regional Brand Supervisor",
"phone": "(584) 887-6630",
"fax": "1-472-322-5806 x9754",
"scanID": "BWAONO",
"notificationEmail": "Ova.Nikolaus@yahoo.com",
"bio": "pulse junkie 🥊",
"active": false,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": true,
"canImport": false
}
Request
Path Params
id
stringÂ
required
Body Params application/json
Responses
Modified at 2025-05-15 21:29:18