Skip to main content

Fix Missing DealerUsers for a User


ApiScope: manage.user.migration
API Scope Level: ServiceSubscriberScope
Path Parameters
    userUUID 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
POST /v2/migration/users/:userUUID/dealerUser

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
userUUID — path required
curl / cURL
curl -L -X POST '/manage/v2/migration/users/:userUUID/dealerUser' \
-H 'Accept: application/json'