function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LKozakewyczLKozakewycz 

Querying customer portals

I've been having a look through the SOAP API docs, but can't find any way to query customer portals. Am I missing the object or is this impossible?
Anup JadhavAnup Jadhav
What exactly are you trying to query? 
LKozakewyczLKozakewycz
The customer portals. I just want a list of customer portals.

I've always hoped for an object called CustomerPortal so I could query like so:

SELECT Id FROM CustomerPortal
But that that doesn't exist.