User Classification

Content Type: Module
Categories: Authentication

Overview

The User Classification module enables your Mendix application to accurately classify end-users —an essential capability for compliance with the Mendix Pricing Plan. The module provides logic to set the user type as external or internal based on the user roles in your app. Custom logic can be used instead. Mendix’ user metering processes will count users as internal if the user type is not explicitly set as ‘external’, which can affect licensing calculations.

Documentation

Please see User Classification in the Mendix documentation for details.

Releases

Version: 1.0.0
Framework Version: 9.24.0
Release Notes: This is the initial version of the UserClassification module. - Enables classification of a user's user type as Internal or External based on customer defined User Role - Provides functionality to perform a one-time classification of existing users to assign appropriate user types. - Optionally it’s possible to classify users using custom logic rather than userrole-based. - Supports role-based classification using predefined roles and custom classification through a configurable microflow via constants. - UserClassification is supported for Mendix 9.24.0 onwards.