# Profile Management Endpoints to create, retrieve, and manage profiles. ## Create Profile From Company Report - [POST /compliance/kyc-protect/profiles/businesses/import](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/kycprotect/kycprotect/profile-management/compliancepostkycprofilebusinessesimports.md): Imports a company business report into the system as a profile for compliance purposes. ## Create Profile - [POST /compliance/kyc-protect/profiles](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/kycprotect/kycprotect/profile-management/kycprotectcreateprofile.md): Uses the name and type provided by the user to create a profile. ## Return Created Profiles - [GET /compliance/kyc-protect/profiles](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/kycprotect/kycprotect/profile-management/complianceprotectgetkycprofiles.md): Returns a list of profiles ordered by modified date. ## Delete All Profiles - [DELETE /compliance/kyc-protect/profiles](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/kycprotect/kycprotect/profile-management/complianceprotectdeletekycprofiles.md): Deletes list of profiles. This will delete all its dependencies/child items associated to that profileId. ## Return Profile By Profile Id - [GET /compliance/kyc-protect/profiles/{profileId}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/kycprotect/kycprotect/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/kycprotect/kycprotect/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/kycprotect/kycprotect/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/kycprotect/kycprotect/profile-management/kycprotectassignslistofprofilestouser.md): Assigns list of profiles to a user.