Open the menu
    ```html

    Group Type Manager: Add Group Type

    Features

    • It is an administration interface

    Screens

    Add Group Type
    • ID (string, required field, maximum length: 100) : It must be filled with an identifier for the group type to be registered
    • Name (string, required field, maximum length: 50) : It must be filled with a suggestive name for the group type, which will be displayed during the group registration.
    • Description (string, maximum length: 255) : It can be filled with a brief description of what the type to be registered allows.
    • Group Membership Provider (string, required field, maximum length: 100) : It must be filled with the custom class that should contain the implementation of the IGroupMembershipProvider interface from lumis.portal.group.

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.

    Actions

    • commit
    ```