Skip to main content

Get the Face Biometrics for a given user

GET 

/api/web/v1/users/:userid/faces

Get the Face Biometrics for the specified user. Caller requires the FACE:VIEW permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user to get the Face Biometrics for.

Responses

Successful

Schema

  • Array [

  • applicantId string

    The ID of the applicant in Onfido.

    expiry date-time

    Date the authenticator will expire.

    id string

    The ID of the Face Biometric.

    status string

    Possible values: [ACTIVATING, ACTIVE, FAILED, EXPIRED, REVIEW, DISABLED]

    The status of the authenticator.

  • ]

Loading...