Retrieve a specific sales rep manager by ID
GET
/SalesRepManager/{id}
Sales Rep Managers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/SalesRepManager/'
Response Response Example
200 - Sales Rep Manager
{
"id": "j47249",
"modifiedDate": "2024-06-24",
"userID": "USER1955",
"salutation": "Dr",
"firstName": "Griffin",
"initial": "U",
"lastName": "Deckow",
"jobTitle": "Lead Assurance Manager",
"phone": "(684) 990-5548",
"fax": "(411) 228-7545 x11533",
"scanID": "IEFWKP",
"notificationEmail": "Gerardo64@yahoo.com",
"bio": "student, geek, environmentalist ⛹🏽♂️",
"active": true,
"attendanceType": "Physical Only",
"salesRepGroupID": "4390",
"externalID": "4812",
"atShowNegotiator": true,
"canChat": true,
"canImpersonateAttendee": true,
"canReceiveSMS": true,
"arrivalNotificationBehavior": "Buyer",
"browseCustomerID": "6716"
}
Request
Path Params
id
string
required
Responses
Modified at 2025-05-12 17:46:11