Create a new VIP user
POST
/VIP
VIP Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/VIP' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER7517",
"salutation": "Mrs",
"firstName": "Patience",
"initial": "K",
"lastName": "Prohaska",
"jobTitle": "Attendee",
"phone": "(813) 707-9506",
"fax": "1-461-546-5129 x995",
"scanID": "ALRWCI",
"notificationEmail": "Jane93@yahoo.com",
"bio": "student",
"active": false,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": false
}'
Response Response Example
200 - VIP User
{
"id": "637da6",
"userID": "USER7517",
"salutation": "Mrs",
"firstName": "Patience",
"initial": "K",
"lastName": "Prohaska",
"jobTitle": "Attendee",
"phone": "(813) 707-9506",
"fax": "1-461-546-5129 x995",
"scanID": "ALRWCI",
"notificationEmail": "Jane93@yahoo.com",
"bio": "student",
"attendanceType": "Onsite Only"
}
Request
Body Params application/json
Responses
Modified at 2025-05-15 21:27:36