---
title: "GET /accounting/payee/groupByLicensor"
method: GET
path: "/accounting/payee/groupByLicensor"
tags: ["accounting"]
---

# GET /accounting/payee/groupByLicensor

`GET /accounting/payee/groupByLicensor`

## Query parameters

- `options.isInvited` boolean
- `options.releaseId` integer
- `options.paymentProviderID` integer
- `options.validationType` 'Approve' | 'Review' | 'Decline' | 'Escalate'
- `options.isBlocked` boolean
- `options.payeeStatus` integer
- `options.hasEnterprise` boolean
- `options.referrer` integer
- `options.isRoyaltyTokenPayee` boolean
- `options.pageNumber` integer
- `options.pageSize` integer
- `options.orderByProperty` string
- `options.orderByDescending` boolean
- `options.searchText` string

## Response `200`

OK

- PagedListLicensorDTO
  - `totalItemsCount` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `items` LicensorDTO[]
    - `licensorId` integer
    - `name` string
    - `type` 'Artist' | 'Label' | 'Enterprise' | 'Payee'
    - `payees` PayeeDTO[]
      - `isCompany` boolean
      - `companyOrIndividualID` string
      - `balance` number, double
      - `minimumPayment` number, double
      - `autoSendStatements` boolean
      - `lastStatementSentDate` string, date-time
      - `lastStatementDate` string, date-time
      - `lastPayementDate` string, date-time
      - `paymentProviderId` integer
      - `paymentProviderName` string
      - `paymentUserId` string
      - `contactId` integer
      - `payorEnterpriseCurrencyCode` string
      - `currencyCode` string
      - `lastPaymentRequestedAt` string, date-time
      - `canRequestPayment` boolean
      - `contact` ContactDTO
        - `contactId` integer
        - `name` string
        - `currencyCode` string
        - `phone` string
        - `email` string
        - `address` string
        - `address2` string
        - `zipcode` string
        - `countryId` integer
        - `imageId` string, uuid
        - `image` ImageDTO
          - `fileId` string, uuid
          - `isTemp` boolean
          - `filename` string
          - `externalUrl` string
          - `lastUpdateDate` string, date-time
        - `isActive` boolean
        - `labelId` integer
        - `publisherId` integer
        - `artistId` integer
        - `city` string
        - `state` string
        - `location` string
        - `contactRoleId` integer
      - `referrerId` integer
      - `referrer` ReferrerDTO
        - `referrerId` integer
        - `name` string
      - `role` string
      - `licensors` LicensorDTO[]
      - `isInvited` boolean
      - `isInvitationAccepted` boolean
      - `contractsNames` string[]
      - `kountStatusId` integer
      - `kountStatusName` string
      - `isBlocked` boolean
      - `enterpriseId` integer
      - `isEnterpriseVip` boolean
      - `isEnterpriseWhiteListed` boolean
      - `notesCount` integer
      - `isLockedOut` boolean
      - `userId` string, uuid
      - `vatNumber` string
      - `lastPaymentStatus` string
      - `vendorId` string
      - `taxIdNumber` string
      - `taxDomicileCountryId` integer
      - `paymentInfoRequestedAt` string, date-time
      - `isPortalPayee` boolean
      - `isRoyaltyTokenPayee` boolean
      - `status` integer
      - `payeeId` integer
      - `companyName` string
      - `payeeProvider` string
      - `email` string
  - `additionalCounters` object

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/9bb4b5cb4dc2/schema)
