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
SkowronekSkowronek 

SelfService Query

I'm trying to query the selfserviceuser object and am getting the following SOAP response:

INVALID_TYPE: sObject type 'SelfServiceUser' is not supported.

I've pulled down the latest 7.0 Enterprise WSDL and I have the SelfServiceUser object being brought down.

Here is the server the API is hitting:
https://eu0-api.salesforce.com/services/Soap/c/7.0

Here is my call:
Select Id,ContactId,Username From SelfServiceUser Where Email = '%EMAIL_ADDRESS%'

I've tried using the sforce explorer and am able to successfully run this query in it. Just not sure what is going on with my calls through API. As I've just run into this, I'll continue to resolve on my own. Any help would be greatly appreciated.

TIA
SkowronekSkowronek
I just now figured this out. Thanks.

Was using different user account to login to sforce explorer as apposed to the app I am building.

Thanks for help manual!