# Profile Management ## Create Profile From Company Report - [POST /compliance/kyc-protect/profiles/businesses/import](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/profile-management/compliancepostkycprofilebusinessesimports.md): Imports a company business report into the system as a profile for compliance purposes. While this endpoint allows for significant customization during the import process, the endpoint is the as it automates much of the processing and configuration. Use this endpoint only when the preferred endpoint cannot meet your requirements. ## Create Profile - [POST /compliance/kyc-protect/profiles](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/profile-management/kycprotectcreateprofile.md): Uses the name and type provided by the user to create a profile. ## Return Profile By Profile Id - [GET /compliance/kyc-protect/profiles/{profileId}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/profile-management/protectgetkycprofilesbyprofileid.md): Returns a single profile by id. ## Delete Profile By Profile Id - [DELETE /compliance/kyc-protect/profiles/{profileId}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/profile-management/protectdeletekycprofilesbyid.md): Deletes a single profile by id. ## Assign Profile To User - [PUT /compliance/kyc-protect/profiles/assign](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/profile-management/protectassignprofiles.md): Assign a profile to a user ## Assigns A List Of Profiles To User - [PUT /compliance/kyc-protect/profiles/assign/bulk](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/profile-management/kycprotectassignslistofprofilestouser.md): Assigns list of profiles to a user.