> ## 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 ChangePasswordType

> Different methods the user may use to change password

Different methods the user may use to change password

## Syntax

```crmscript theme={null}
ChangePasswordType
```

## Fields

| Name     | Description                                                         |
| -------- | ------------------------------------------------------------------- |
| Email    | The user can change password by triggering a change password email. |
| Password | The user can change password by providing a new password            |


## Related topics

- [SuperOffice.WebApi.Data.ChangePasswordType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChangePasswordType.md)
- [SuperOffice.WebApi.Agents.IUserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IUserAgent.md)
- [SuperOffice.WebApi.Agents.UserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.UserAgent.md)
- [Get Supported Change Password Types](/en/api/reference/restful/agent/user_agent/get-supported-change-password-types.md)
- [SuperOffice.WebApi.Data.User GetSupportedChangePasswordTypesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetSupportedChangePasswordTypesRequest.md)
- [Change Password](/en/api/reference/restful/agent/user_agent/change-password.md)
