> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum ExternalUserInfoModification

> Describes what part of the external user should be changed.

Describes what part of the external user should be changed.

## Syntax

```crmscript theme={null}
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) |
