Add Profiles To Monitoring

Adds a list of profile/s to monitoring.

SecuritybearerToken
Request
Request Body schema: application/json
items
Array of strings or null <uuid>

Provide the list of profile Id's in the array.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

502

Server Error

post/compliance/kyc-protect/kycMonitoring/profiles/bulk
Request samples
application/json
{
  • "items": [
    ]
}
Response samples
application/json
{
  • "failed": [
    ],
  • "successful": [
    ]
}