Skip to main content

enable User for given UUID


ApiScope: manage.user.enable
API Scope Level: ServiceSubscriberScope
Path Parameters
    user_uuid string required
Query Parameters
    doNotUpdateDealerAssociates 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/user/:user_uuid

Authorization

name: basicAuthtype: httpscheme: basic

Request

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