Assigns list of profiles to a user.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/assign/bulk
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/assign/bulk
curl -i -X PUT \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/assign/bulk \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"userId": 0,
"profileIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'Success
Array []
Risk rating given to profile. Available values are notApplicable, veryLow, low, medium, high and veryHigh.
Status of the profile. Available values are new, approved, declined, pending, cancelled, referred, closed and approvedReviewDue.
Type of the profile. Available values are trust, individual, soleTrader, company, plc, partnership and otherEntity.
Status of profile creation. Available values are submitted, preprocessed, validated, queued, inProgress, processed, completed, partiallyCompleted and failed.
Response
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "riskRating": "string", "status": "string", "type": "string", "internalId": {}, "assignedToId": {}, "assignedTo": {}, "safeNumber": {}, "companyId": {}, "formationDate": {}, "createdAt": "2019-08-24T14:15:22Z", "createdById": 0, "createdBy": "string", "modifiedAt": {}, "modifiedById": {}, "modifiedBy": {}, "kycApprovedAt": "2019-08-24T14:15:22Z", "kycReviewOn": {}, "kycStatusUpdatedOn": {}, "kycComments": {}, "noteCount": 0, "attachmentCount": 0, "keyPartyCount": 0, "uboCount": 0, "openAlertCount": 0, "modeOfCreation": "string", "importStatus": {}, "isLocked": true, "isKycMonitored": true, "correlationId": "string" } ]