Skip to main content

End all sessions and clear sessionInfo cache for dealerUser

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.


ApiScope: manage.user.migration
API Scope Level: ServiceSubscriberScope
Request Body required
    dealerUserID int64
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    isSuccess boolean
POST /v2/migration/dealerUser/endAllSessions

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"dealerUserID": 0
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/migration/dealerUser/endAllSessions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUserID": 0
}'