• AnilGupta
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

Hello,

I'm trying to create an iOS app that allows a user to login and see all of their contacts.  I'm able to allow the users to login using OAuth but when I run a query for some users they are getting errors that says: 

{message=The REST API is not enabled for this Organization., errorCode=API_DISABLED_FOR_ORG}

 

I know these users can enable this setting for their organization, but I'm trying to create an app that allows any user to see their contacts.  I know this is possible because the Salesforce app 'Logger' allows any user to log in and see their information regardless of what plan they are on.  

 

So really what I think I need to do is to not use the permissions of the logged in user, but to look at the permissions of the app and the account it is registered under.  Does anyone know how to do this?  And what plan would the app need to be registered under?