...
All the values inside the PasswordFormat will be concatenated for password creating for new user only. If IsField=true, that means it will get the value provided in the csv (Also can be modified in previous activities), Otherwise whatever the value provided in the configuration value property it will consider that.
Auto User Deactivation Configuration (Optional)
Sample Configuration:
Code Block | ||
---|---|---|
| ||
"AutoUserDeactivationConfiguration": { "MaxUsersToDeactivate": "500", "UserFilterFieldNames": [ "Rank" ] |
...