Get a list of vendor users
GET
/VendorUser
Vendors
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/VendorUser'
Response Response Example
200 - Vendor User
[
{
"id": "phjh3h",
"modifiedDate": "2024-06-01",
"userID": "USER2745",
"salutation": "Dr",
"firstName": "Mylene",
"initial": "P",
"lastName": "Kuhic",
"jobTitle": "Product Integration Assistant",
"phone": "(899) 910-3603",
"fax": "910.627.0001 x1828",
"scanID": "1E01GJ",
"notificationEmail": "Walker_Zemlak56@yahoo.com",
"bio": "philosopher",
"active": true,
"attendanceType": "Virtual Only",
"vendorID": "VEND1503",
"productNegotiator": false,
"atShowNegotiator": true,
"reportViewer": true,
"clientPortalAdmin": false,
"canChat": false,
"canReceiveSMS": false
},
{
"id": "h39379",
"modifiedDate": "2024-12-21",
"userID": "USER3344",
"salutation": "Ms",
"firstName": "Marlin",
"initial": "Y",
"lastName": "Willms-Kiehn",
"jobTitle": "Central Functionality Engineer",
"phone": "(268) 512-9410",
"fax": "719.819.1821 x0367",
"scanID": "GVACBR",
"notificationEmail": "Mario_Swift64@yahoo.com",
"bio": "pigpen devotee",
"active": true,
"attendanceType": "Virtual Only",
"vendorID": "VEND1886",
"productNegotiator": false,
"atShowNegotiator": true,
"reportViewer": true,
"clientPortalAdmin": false,
"canChat": true,
"canReceiveSMS": false
},
{
"id": "hjk6p6",
"modifiedDate": "2025-12-27",
"userID": "USER9191",
"salutation": "Ms",
"firstName": "Buford",
"initial": "W",
"lastName": "Jast",
"jobTitle": "International Program Representative",
"phone": "(438) 961-3796",
"fax": "(770) 424-4469 x9952",
"scanID": "3L8MRN",
"notificationEmail": "Garnet61@gmail.com",
"bio": "designer, writer, singer 🎱",
"active": false,
"attendanceType": "Physical Only",
"vendorID": "VEND2463",
"productNegotiator": false,
"atShowNegotiator": false,
"reportViewer": true,
"clientPortalAdmin": true,
"canChat": false,
"canReceiveSMS": false
}
]
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 19:29:47