Skip to main content

Fix user and dealerAssociate data


ApiScope: manage.user.write
API Scope Level: ServiceSubscriberScope
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/user/fix

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Accept
curl / cURL
curl -L -X POST '/manage/v2/user/fix' \
-H 'Accept: application/json'