# catalog_licenses_user_assignment_group_retrieve Retrieve a paginated list of user license group assignments Endpoint: GET /api/catalog/licenses/user/assignment/group/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `license_id` (integer, required) The ID of the user license - `page` (integer) Page number for pagination - `page_size` (integer) Number of results per page - `platform_key` (string) The unique identifier for the platform - `platform_org` (string) The organization identifier for the platform - `sort` (string) Field to sort results by ## Response 200 fields (application/json): - `count` (integer, required) Total number of results - `next_page` (string,null, required) URL for next page of results - `previous_page` (string,null, required) URL for previous page of results - `results` (array, required) List of user license group assignments - `results.id` (integer, required) The unique identifier for the assignment - `results.group_id` (integer, required) The ID of the group assigned the license - `results.group_name` (string, required) The name of the group assigned the license - `results.active` (boolean, required) Whether the assignment is active - `results.fulfilled` (boolean) Whether the assignment has been fulfilled - `results.redirect_to` (string,null) URL to redirect to after fulfillment - `results.metadata` (object, required) Additional metadata for the assignment - `results.license_id` (integer, required) The ID of the user license - `results.license_name` (string, required) The name of the user license - `results.platform_key` (string, required) The platform key associated with the license