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
Hardik Chavda 28Hardik Chavda 28 

Create user using Rest api

how to create New User using Rest api? without use of workbanch.
SandhyaSandhya (Salesforce Developers) 
Hi,

Please refer below link you may get some idea there they are referring Account or case creation.You can modify the code for user creation.

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_rest_code_sample_basic.htm
 
https://developer.salesforce.com/page/Creating_REST_APIs_using_Apex_REST
 
Hope this helps you!

If this helps you, please mark it as solved so that it will make fro others as a proper solution.

Thanks and Regards
Sandhya