Skip to main content

Update multiple Users license for given DealerGroup and Product

Update multiple Users license for given DealerGroup and Product

Path Parameters
    dealerGroupUuid 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...