Skip to main content

get deafult thread owner information for all the users of a dealership

get deafult thread owner information for all the users of a dealership

Path Parameters
    dealerUUID string required
Responses

OK


Schema
    requestUUID string
    dealerAssociateDefaultThreadOwnerMap object
    property name* int64
    emptyDefaultThreadOwnerDealerAssociateList int64[]
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /dealer/:dealerUUID/defaultThreadOwner

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
dealerUUID — path required
curl / cURL
curl -L -X GET '/communications/dealer/:dealerUUID/defaultThreadOwner' \
-H 'Accept: application/json'