post
https://{baseurl}/usermanagement/api/v1/organizations//biometricIdentity/verify
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.
Headers
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Path Parameters
| Parameters | Type | Description |
|---|---|---|
| organizationName | string | Denotes the name of the organization. |
Body Parameters
| Parameters | Type | Description |
|---|---|---|
| userBioInfo | object | The user's biometric data (face). |
userBioInfo Object
| 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. |
