Skip to main content

push users data into elasticsearch for dealers


ApiScope: search.user.write
API Scope Level: ServiceSubscriberScope
Request Body required
    dealerUuids string[]
    validate boolean
    doNotValidate boolean
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/search/user/dealer/push

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"dealerUuids": [
"string"
],
"validate": true,
"doNotValidate": true
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/search/user/dealer/push' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuids": [
"string"
],
"validate": true,
"doNotValidate": true
}'