Skip to main content

Keep configurations consistent between DealerUser and DealerAssociate


ApiScope: manage.user.migration
API Scope Level: ServiceSubscriberScope
Path Parameters
    id 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
    dealerUserId string
    dealerAssociateId string
POST /v2/migration/dealerUser/consistent/:id

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
id — path required
Accept
curl / cURL
curl -L -X POST '/manage/v2/migration/dealerUser/consistent/:id' \
-H 'Accept: application/x-protobuf'