Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
711:user_groups_permissions_scim [2025/03/25 12:45] Nerlich, Axel711:user_groups_permissions_scim [2025/03/25 12:58] (current) – [Mapping the license type] Nerlich, Axel
Line 63: Line 63:
 The license type of a user can be set with the following SCIM core attributes for the User resource: The license type of a user can be set with the following SCIM core attributes for the User resource:
  
-  * ''active'' If the boolean value is ''false'' the user's license type will be set to NONE, regardless of the userType value. +  * ''active'' If the boolean value is ''false'' the user's license type will be set to NONE, regardless of the userType value. 
-  * ''userType''String value in the format ''<license type ident>__<license pool name>''%%, both separated by two underscore characters.%%+  * ''userType'' String value in the format ''<license type ident>''%%__%%<license pool name>, both separated by two underscore characters.
  
 Possible Stages license type idents: NONE, ADMIN, ADMIN_ONLY, AUTH_PROCESS_READER, PERSONAL_EXTDEV, PERSONAL_ADEV, PERSONAL_QM, PERSONAL_PM, PERSONAL_DEV, FLOATING_DEV, FLOATING_PM, FLOATING_QM, FLOATING_ADEV Possible Stages license type idents: NONE, ADMIN, ADMIN_ONLY, AUTH_PROCESS_READER, PERSONAL_EXTDEV, PERSONAL_ADEV, PERSONAL_QM, PERSONAL_PM, PERSONAL_DEV, FLOATING_DEV, FLOATING_PM, FLOATING_QM, FLOATING_ADEV
  
-For license types in the default license pool, the license pool name is omitted, but the double underscore separator is kept. Example value: ''PERSONAL_QM__''+For license types in the default license pool, the license pool name is omitted, but the double underscore separator is kept. Example value: %%PERSONAL_QM__%% 
  
 ===== Addressing the SCIM endpoint ===== ===== Addressing the SCIM endpoint =====