Skip to main content

Rollback single DealerUser


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
    migratedDealerUserId string
POST /v2/migration/dealerUser/rollback/: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/rollback/:id' \
-H 'Accept: application/x-protobuf'