Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All the values inside the PasswordFormat will be concatenated for password. If IsField=true, that means it will get the value provided in the csv, Otherwise whatever the value provided in the configuration value property it will consider that.

AutoUserDeactivationConfigurationAuto User Deactivation Configuration

Sample Configuration:

Code Block
languagejs
"AutoUserDeactivationConfiguration": {
	"MaxUsersToDeactivate": "500",
		"UserFilterFieldNames": [
			"Rank"
		]

...