# Add Profiles To Monitoring Adds a list of profile/s to monitoring. Endpoint: POST /compliance/kyc-protect/kycMonitoring/profiles/bulk Version: 1.10.9 Security: bearerToken ## Request fields (application/json): - `items` (array,null) Provide the list of profile Id's in the array. ## Response 200 fields (application/json): - `failed` (array,null) - `failed.failedItem` (string) Provides a list of failed profiles - `failed.error` (object) Expanded detail about the error on the listed profile - `failed.error.type` (string,null) - `failed.error.title` (string,null) - `failed.error.status` (integer,null) - `failed.error.detail` (string,null) - `failed.error.instance` (string,null) - `successful` (array,null) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 502 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected