Management API
...
User Groups
List License User Groups
4 min
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 examples { "count" 2, "next" null, "previous" null, "results" \[ { "id" 9, "metadata string" null, "customer account" null, "created at" "2025 06 24t10 52 58 156907z", "updated at" "2025 06 24t10 52 58 156952z", "code" "lug5", "name" "lug5", "description" "", "metadata" {}, "company" 277 }, ] }