EditAction Enumeration
Type of operation performed on muliple users by ExecuteMassEditActionsV2()
| AutomaticPasswordReset | 0 |
Sends an email with password reset; no arguments required.
|
| UserLicenseAssignment | 1 |
Change the role type of the users; the Value is a string representation of the RoleType enum.
|
| ViewerLicenseAssignment | 2 |
Assign a viewer license to the users; the Value is a string representaion of the ViewerLicense.Type enum.
|
| WebScanningLicenseAssignment | 3 |
Assign or remove the users' web scanning licenses; the BooleanValue argument must be true to assign licenses or false to remove licenses.
|
| AddUserToGroup | 4 |
Add the users to one or more FileHold groups; the Value is an array of strings containing guids of groups to add.
|
| RemoveUserFromGroup | 5 |
Remove the users from one or more FileHold groups; the Value is an array of strings containing guids of groups to remove.
|
| RemoveUser | 6 |
Delete selected users; no arguments required.
|
| ChangeUserStatus | 7 |
Enable or disable the users' licenses; the BooleanValue argument is true to enable and false to disable.
|
| ChangeAuthenticationType | 8 |
Change the external authentication method of the users; the Value is a string representation of the AuthenticationType enum.
|