# catalog_licenses_course_assignment_group_create Create or update a course license group assignment Endpoint: POST /api/catalog/licenses/course/assignment/group/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `license_id` (integer, required) The ID of the course 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 ## Request fields (application/json): - `license_id` (integer, required) The ID of the course license - `group_id` (integer, required) The group ID to assign the license to - `platform_key` (string) The unique identifier for the platform - `platform_org` (string) The organization identifier for the platform - `active` (boolean) Whether the assignment is active - `fulfilled` (boolean) Whether the assignment has been fulfilled - `metadata` (object) Additional metadata for the assignment ## Response 200 fields (application/json): - `id` (integer, required) The unique identifier for the assignment - `group_id` (integer, required) The ID of the group assigned the license - `group_name` (string, required) The name of the group assigned the license - `active` (boolean, required) Whether the assignment is active - `fulfilled` (boolean) Whether the assignment has been fulfilled - `redirect_to` (string,null) URL to redirect to after fulfillment - `metadata` (object, required) Additional metadata for the assignment - `license_id` (integer, required) The ID of the course license - `license_name` (string, required) The name of the course license - `course_id` (string, required) The course ID associated with the license