Skip to main content

push all dealerAssociate data for an user into elasticsearch


ApiScope: search.user.write
API Scope Level: ServiceSubscriberScope
Path Parameters
    user_uuid 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/search/user/:user_uuid/push

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
user_uuid — path required
Accept
curl / cURL
curl -L -X POST '/manage/v2/search/user/:user_uuid/push' \
-H 'Accept: application/json'