# User Management of Portfolios ## Retrieve Portfolio By Id - [GET /monitoring/portfolios/{portfolioId}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/user-management-of-portfolios/retrieveportfoliobyid.md): This endpoint allows you to retrieve the portfolio details from the portfolioId. ## Delete Portfolio - [DELETE /monitoring/portfolios/{portfolioId}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/user-management-of-portfolios/deleteportfolio.md): This endpoint allows you to delete the portfolio using the portfolioId. ## Update Portfolio Details - [PATCH /monitoring/portfolios/{portfolioId}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/user-management-of-portfolios/updateportfoliodetails.md): This endpoint allows you to update Portfolio details such as Name, email recipients, language and subject line. ## Copy Companies Between Portfolios - [POST /monitoring/portfolios/{portfolioId}/companies/copy](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/user-management-of-portfolios/copycompaniesbetweenportfolios.md): This endpoint allows you to copy companies from one portfolio to another. You can specify the source and destination portfolios to perform the copy operation. ## Move Companies Between Portfolios - [POST /monitoring/portfolios/{portfolioId}/companies/remove](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/user-management-of-portfolios/movecompaniesbetweenportfolios.md): This endpoint allows you to move companies from one portfolio to single (or) multiple portfolios. Removes the companies from the portfolio provided in the path parameter. ## Portfolio User Permissions - [GET /monitoring/portfolios/{portfolioId}/sharingPermissions](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/user-management-of-portfolios/portfoliouserpermissions.md): Retrieve user permissions within the customer for a portfolio. ## Share Portfolio With Users - [PATCH /monitoring/portfolios/{portfolioId}/sharingPermissions](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/user-management-of-portfolios/shareportfoliowithusers.md): Update/Create user permissions within the customer for portfolio.