Retrieve a specific sales rep by ID
GET
/SalesRep/{id}
Sales Reps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/SalesRep/te02nms'
Response Response Example
200 - Sales Rep
{
"id": "te02nms",
"userID": "USER0866",
"salutation": "Ms",
"firstName": "Ivy",
"initial": "Q",
"lastName": "Ritchie",
"jobTitle": "Lead Solutions Executive",
"phone": "(899) 604-4202",
"fax": "381.302.9478 x10390",
"scanID": "RJC9DI",
"notificationEmail": "Omer.Pagac@yahoo.com",
"bio": "outlaw devotee",
"active": true,
"attendanceType": "Physical Only",
"salesRepGroupID": "4687",
"externalID": "6447",
"atShowNegotiator": true,
"canChat": true,
"canImpersonateAttendee": false,
"canReceiveSMS": true,
"arrivalNotificationBehavior": "Buyer",
"browseCustomerID": "6180"
}
Request
Path Params
id
stringÂ
required
Example:
te02nms
Responses
Modified at 2025-05-12 17:45:39