> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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) |


## Related topics

- [SuperOffice.WebApi.Data.ExternalUserInfoModification](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExternalUserInfoModification.md)
- [SuperOffice.WebApi.Agents.UserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.UserAgent.md)
- [SuperOffice.WebApi.Agents.IUserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IUserAgent.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Set External User Info](/en/api/reference/restful/agent/user_agent/set-external-user-info.md)
- [SuperOffice.WebApi.Data.User SetExternalUserInfoRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_SetExternalUserInfoRequest.md)
