Create a new vendor user
POST
/VendorUser
Vendors
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/VendorUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER7732",
"salutation": "Mrs",
"firstName": "Duncan",
"initial": "M",
"lastName": "Kihn",
"jobTitle": "Regional Group Developer",
"phone": "(526) 349-8306",
"fax": "461-335-3900 x115",
"scanID": "WXJ80J",
"notificationEmail": "Shanie_Fadel96@gmail.com",
"bio": "finer junkie 🔒",
"active": true,
"attendanceType": "voluptate",
"vendorID": "VEND0141",
"productNegotiator": true,
"atShowNegotiator": true,
"reportViewer": true,
"clientPortalAdmin": true,
"canChat": true,
"canReceiveSMS": false
}'
Response Response Example
200 - Vendor User
{
"id": "79f4f9",
"userID": "USER2236",
"salutation": "Dr",
"firstName": "Pearl",
"initial": "I",
"lastName": "Kiehn",
"jobTitle": "Human Assurance Strategist",
"phone": "(648) 347-3681",
"fax": "922.914.9533 x0538",
"scanID": "QS6XIT",
"notificationEmail": "Kacie13@hotmail.com",
"bio": "artist, entrepreneur, patriot 🐲",
"active": true,
"attendanceType": "Both",
"vendorID": "VEND0161",
"productNegotiator": false,
"atShowNegotiator": false,
"reportViewer": false,
"clientPortalAdmin": true,
"canChat": false,
"canReceiveSMS": false
}
Request
Body Params application/json
Responses
Modified at 2025-05-15 19:29:17