Skip to main content

Get Roles for given dealers based on the Products those dealers are subscribed to


ApiScope: manage.dealer.read
API Scope Level: MultiDealerScope
Request Body required
    dealerUuids string[]
    validate boolean
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    dealerRoles object
    property name* object[]
  • Array [
  • uuid string
    roleName string
    roleAcronym string
    isMyKaarmaAdmin boolean
    isVirtual boolean
  • ]
Loading...