How to remove Contact from Salesforce Experience Cloud User?
IsPortalEnabled should be set to false to remove the associated Contact from Salesforce Experience Cloud User. Sample Code: update new User( Id = '<UserId>', IsPortalEnabled = false ); When the ....