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
Dave WallinDave Wallin 

Logging into user accounts

Hello there.  I am using c# to connect to the SalesForce site and sucessfully logging in.  I want to know how to access the data from another users account if the account I log in with has administrative rights.  For example:  I log in as myself, then I want to "proxy", or "sudo" into another user account, to query that acocunt for all of its contacts.  How would I do this?  Thanks.