Skip to main content

Update OutOfOffice and UserInvite Status For all dealerAssociates present in dealerList

Fetches latestInviteStatus of the user and OutOfOffice status from Kmanage and update it in dealerAssociate table, this endpoint needs to run before for the dealer before Manage User tab under Admin tab is turned on for the dealer

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
Loading...