Enum ExternalUserInfoModification
Describes what part of the external user should be changed.
Syntax
ExternalUserInfoModification
Fields
| Name | Description |
|---|---|
| Unknown | Unknown - used when initializing |
| UserName | Change the UserName |
| Password | Change the Password |
| Role | Change role id. |
| Active | Change isActive |
| All | Enumeration generated from the wsdl doesn't handle the [Flags] attribute (bit enumeration) |