Skip to main content

Update multiple Users license for given Dealer and Product

Update multiple Users license for given Dealer and Product

Path Parameters
    ServiceSubscriberDealer string required
    productUuid string required
Request Body required
    userUuids string[]
    action string

    Possible values: [ASSIGN, UNASSIGN, COUNT]

    requesterUserUuid string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
Loading...