Skip to main content

Get list of valid dealerUserID for a dealer


ApiScope: manage.user.migration
API Scope Level: DealerScope
Path Parameters
    ServiceSubscriberDealer string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    dealerId string
    dealerUserIds string[]
GET /v2/migration/:ServiceSubscriberDealer/dealerUser/valid/list

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDealer — path required
Accept
curl / cURL
curl -L -X GET '/manage/v2/migration/:ServiceSubscriberDealer/dealerUser/valid/list' \
-H 'Accept: application/json'