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
Shiva Kumar 82Shiva Kumar 82 

How to create a user account using c#

How to create a user account using c# in salesforce.
Which API to be used ?
 
pconpcon
What library are you using?  Are you accessing the SOAP/REST interface directly?  Are you trying to create a User object or an Account object or something else?

You can use the .net toolkit [1], or you can access the REST endpoint directly [2].

[1] https://developer.salesforce.com/blogs/developer-relations/2014/01/announcing-the-salesforce-toolkits-for-net.html
[2] https://developer.salesforce.com/page/REST_API