User verification files

The endpoint enables the addition of verification files to the verification object when the complete files package cannot be transmitted at once via PATCH /users.

Using this endpoint eliminates the need to resend the entire verification object. The files will be appended to the existing verification object.

SecuritybearerAuth
Request
path Parameters
User-ID
required
string <uuid>

User ID

Request Body schema: application/json

The files to validate.

files
Array of strings <uuid>

A list of unique file IDs returned by the File Service, representing additional user files

Responses
202

User verification files

400

Error

401

Invalid user

403

Account is inactive / blacklisted

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

post/v2/users/{User-ID}/verification
Request samples
application/json
{
  • "files": [
    ]
}
Response samples
application/json
{
  • "errors": [
    ]
}