<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/authentication](./authentication.md) &gt; [FingerprintsAuth](./authentication.fingerprintsauth.md) &gt; [getEnrolledFingers](./authentication.fingerprintsauth.getenrolledfingers.md)

## FingerprintsAuth.getEnrolledFingers() method

Reads a list of fingers currently enrolled by the user.

<b>Signature:</b>

```typescript
getEnrolledFingers(user: User): Promise<Fingers>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  user | <code>User</code> | a user name |

<b>Returns:</b>

`Promise<Fingers>`

a promise to return a list of enrolled fingers. If no fingers are enrolled, an emty list will be returned. May reject if the user is unknown or in case of an error.

