Skip to main content

Create a Face Biometric for a user

POST 

/api/web/v1/users/:userid/face

Create a Face for the specified user. Caller requires the FACE:ADD permission.

Request

Path Parameters

    userid stringrequired

Body

required

    applicantId string

    The ID of the applicant that was created in Onfido.

    workflowRunId string

    The workflow run ID used to register the user in Onfido.

Responses

Successful

Schema

    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...