If the workflow which the user is associated with has been configured with the face verification option, then the user needs to verify the face using a live face image captured on the mobile and sent for verification to the server. Once the face verification is successful, the identities are issued on the ID Wallet app.
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Parameters | Type | Description |
---|
organizationName | string | Denotes the name of the organization. |
Parameters | Type | Description |
---|
userBioInfo | object | The user's biometric data (face). |
Parameters | Type | Description |
---|
deDuplicationCheck | Boolean | Indicates if deduplication check needs to be run or not. Possible values: true (Perform deduplication check), false (Deduplication check not required) |
srcFaceImage | String | The image of the face in base64 format. |
userID | String | The unique ID number of the user. |