<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [AttributeAction](./services.attributeaction.md)

## AttributeAction enum

Enumerates supported actions that can be performed on user's attributes.

<b>Signature:</b>

```typescript
export declare enum AttributeAction 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  Append | <code>3</code> | Append a value to the existing multi-value attribute. |
|  Clear | <code>1</code> | Clear an attribute's value. |
|  Delete | <code>4</code> | Delete an attribute. |
|  Update | <code>2</code> | Update an attribute's value. |

