0

When you programmatically access Salesforce through Remote Access, what account permissions does the code have?

The Consumer Key for the remote access is created by a particular user, so does the Remote Access tool have the same permissions as that user?

amindfv
  • 8,438
  • 5
  • 36
  • 58

1 Answers1

2

The user still has to authenticate via remote access, the resulting access token has the rights of the user that authenticated.

superfell
  • 18,780
  • 4
  • 59
  • 81