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
Mark Friedman 17Mark Friedman 17 

API is not enabled for this Organization or Partner error

Hello,

We are trying to create a connection to Salesforce from our APP.  We have a developer account and get the message "API is not enabled for this Organization or Partner' when we try connect.  Tried changing permissions but it still doesnt work.  Full message in response is below.  Any help will be much appreciated!  Cheers, Mark

 <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>sf:API_DISABLED_FOR_ORG</faultcode><faultstring>API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner</faultstring><detail><sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault"><sf:exceptionCode>API_DISABLED_FOR_ORG</sf:exceptionCode><sf:exceptionMessage>API is not enabled for this Organization or Partner</sf:exceptionMessage></sf:UnexpectedErrorFault></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
 
charforcecharforce
1. First, check on the organization settings. Enterprise, Unlimited and Developer editions has the API enabled by default. Professional Customers can purchase this feature.
2. Check on the profile for the user. Access the profile settings in order to verify that API is enabled as well.
A. Click Setup | Administration Setup | Manage Users | Profiles.
B. Select the profile that you need to check, and under "Administrative Permissions" verify if API Enabled is checked.

https://help.salesforce.com/apex/HTViewSolution?urlname=Why-do-I-receive-the-error-API-is-not-enabled-for-this-Organization-or-Partner&language=en_US
Prateek Singh SengarPrateek Singh Sengar
Hi Mark,
The user you are using for establishing the connection should have a profile with API Enabled permission. Can you please verify if you have the permission.
Chintan Shah 116Chintan Shah 116
Hello,
I am receive the similar error message while creating a Force.com project. 

The edition that has been used is Developer Edition. 

The error message that i get is

"API is not enabled for this Organization or Partner"

Leveraged about sets however I cannot locate  Administration Setup | Manage Users | Profiles under setup.