Get a list of sales rep managers
GET
/SalesRepManager
Sales Rep Managers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/SalesRepManager?sort&modifiedAfter&page=1&resultsPerPage=20'
Response Response Example
200 - Sales Rep Managers
[
{
"id": "d2ad6s",
"userID": "USER0570",
"salutation": "Mrs",
"firstName": "Bertha",
"initial": "T",
"lastName": "Larkin",
"jobTitle": "Chief Operations Developer",
"phone": "(317) 705-3895",
"fax": "(415) 483-5658 x3529",
"scanID": "CECRFZ",
"notificationEmail": "Cortney_Weimann68@gmail.com",
"bio": "dreamer",
"active": false,
"attendanceType": "Both",
"salesRepGroupID": "5139",
"externalID": "0993",
"atShowNegotiator": false,
"canChat": true,
"canImpersonateAttendee": false,
"canReceiveSMS": false,
"arrivalNotificationBehavior": "All",
"browseCustomerID": "9096"
},
{
"id": "9j6k4j",
"userID": "USER5575",
"salutation": "Mrs",
"firstName": "Elijah",
"initial": "Q",
"lastName": "Paucek",
"jobTitle": "Senior Usability Agent",
"phone": "(601) 833-7161",
"fax": "1-970-734-9931 x98308",
"scanID": "QZ6HMJ",
"notificationEmail": "Richmond20@gmail.com",
"bio": "mixture advocate, environmentalist 🎁",
"active": false,
"attendanceType": "Physical Only",
"salesRepGroupID": "7472",
"externalID": "9369",
"atShowNegotiator": true,
"canChat": true,
"canImpersonateAttendee": false,
"canReceiveSMS": false,
"arrivalNotificationBehavior": "Buyer",
"browseCustomerID": "0738"
}
]
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:34