UNPKG

@digitalpersona/services

Version:
26 lines (16 loc) 754 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [IEnrollService](./services.ienrollservice.md) &gt; [PutUserAttribute](./services.ienrollservice.putuserattribute.md) ## IEnrollService.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>`