Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- User profiles are created on demand when a user account performs a first time login.
- User profiles are visible from each Identity Service in its Profile sub-view.
Desired Behavior
- The JS7 REST Web Service API should offer an operation to remove one or more user profiles.
- For operations on profiles of user accounts the permission "sos:products:joc:accounts:manage" is required.
- The JS7 REST Web Service API offers the
- /profiles/delete operation to remove one or more profiles.
- The request includes to specify the user account(s)
- /profile/prefs: To read the preferences
- /profile/prefs/store: To store the preferences
- /profiles/delete: To delete a profile ("Delete Profile").
- /profiles/delete operation to remove one or more profiles.