List License User Groups

Show all license user groups.

URL: /api/v1/license-user-groups/ Method: GET

Query parameters

Pagination

Default pagination is 20 results per page.

  • limit — Number of results to return per page. Example: limit=20

  • offset — The initial index from which to return the results. Example: offset=21

Filtering

The results can be filtered by various attributes on license activation history or related to the license activation history.

Possible filters:

  • customer_account

  • customer_account__code

  • customer_account__code__icontains

  • customer_account__name

  • customer_account__name__icontains

  • any__license_managers__id

  • license_managers__id

  • customer_account__license_managers__id

Success Response

Code: 200 OK

Content example:

Was this helpful?