Get a list of sales reps
GET
/SalesRep
Sales Reps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/SalesRep?sort&modifiedAfter&page=1&resultsPerPage=20'
Response Response Example
[
{
"userID": "USER1525",
"salutation": "Ms",
"firstName": "Jess",
"initial": "W",
"lastName": "Vandervort",
"jobTitle": "Central Tactics Designer",
"phone": "(788) 553-5439",
"fax": "892-773-3647",
"scanID": "HY8IE2",
"notificationEmail": "Ashton.Harber63@gmail.com",
"bio": "appliance junkie 🐭",
"active": true,
"attendanceType": "Both",
"salesRepGroupID": "9037",
"externalID": "9816",
"atShowNegotiator": true,
"canChat": false,
"canImpersonateAttendee": true,
"canReceiveSMS": true,
"arrivalNotificationBehavior": "Buyer",
"browseCustomerID": "2185"
},
{
"userID": "USER0906",
"salutation": "Ms",
"firstName": "Tyrel",
"initial": "Z",
"lastName": "Franecki",
"jobTitle": "Global Mobility Producer",
"phone": "(714) 560-1336",
"fax": "872-286-4476 x7699",
"scanID": "6NSSOZ",
"notificationEmail": "Rahul.Greenholt98@yahoo.com",
"bio": "artist",
"active": true,
"attendanceType": "Both",
"salesRepGroupID": "4341",
"externalID": "8286",
"atShowNegotiator": false,
"canChat": true,
"canImpersonateAttendee": true,
"canReceiveSMS": true,
"arrivalNotificationBehavior": "Off",
"browseCustomerID": "0121"
},
{
"userID": "USER9243",
"salutation": "Dr",
"firstName": "Crystel",
"initial": "U",
"lastName": "Berge",
"jobTitle": "Dynamic Implementation Associate",
"phone": "(791) 673-9487",
"fax": "502.585.4869 x4455",
"scanID": "6514HF",
"notificationEmail": "Raheem_Kunde36@hotmail.com",
"bio": "streamer",
"active": false,
"attendanceType": "Both",
"salesRepGroupID": "1789",
"externalID": "0687",
"atShowNegotiator": false,
"canChat": true,
"canImpersonateAttendee": false,
"canReceiveSMS": false,
"arrivalNotificationBehavior": "All",
"browseCustomerID": "6767"
}
]
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-13 17:12:28