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 CrooksMark Crooks 

Access user info via retrieve API

Hi,

Using the Salesforce API via my iOS app that I have created I'm currently collecting the Phone and Title attributes of the logged in user (with Administrator access) using the retrieve() method.

But when I log in as a non Administrator these details are not passed back.

Would anyone know which permission(s) I need to change in order for this to work for non Administrator users?

Thanks,

Mark
nbknbk
Mark,

Can you please enable "Api Enabled" permission at profile level (non adminstrator users). Please let me know if this works!

 
Mark CrooksMark Crooks
Thanks for replying.

Yes, Api Enabled is set on all account types. I am able to perform other API functions like search etc with the non Administrator accounts.
Mark CrooksMark Crooks
Would anyone have any other suggestions on how to resolve this issue?
Thanks.