UNPKG

@digitalpersona/services

Version:
27 lines (16 loc) 752 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [EnrollService](./services.enrollservice.md) &gt; [PutUserAttribute](./services.enrollservice.putuserattribute.md) ## EnrollService.PutUserAttribute() method <b>Signature:</b> ```typescript PutUserAttribute(ticket: Ticket, user: User, attribute: Attribute, action: AttributeAction): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | ticket | <code>Ticket</code> | | | user | <code>User</code> | | | attribute | <code>Attribute</code> | | | action | <code>AttributeAction</code> | | <b>Returns:</b> `Promise<void>`