Turning "Allow User Management" On/Off
This articles describes Turning "Allow User Management" On/Off.
Straatos API allows a Script Task to create, update, and delete user accounts. This API functionality is created so workflows can for example add users and assign roles based on an imported user list. However, if this function is not needed, an Administrator might want to limit access to user accounts from within the Scripts so that user accounts are not unnecessarily exposed.
This can be done by setting ‘Allow User Management' to 'Off', which is also the default option.
Configuration
The configuration can be made in the Workflow Settings, option 'Allow User Management'. See screenshot below.

By default, for any newly created workflow, the option is set to 'Off'.
If the setting is 'Off', any script that tries to update, create, delete an Account will fail.
If the setting is 'On', scripts that use the update, create, delete function for an Account will execute.
Last updated